Azure-Samples/llama-index-vector-search-javascript
A sample app for the Retrieval-Augmented Generation pattern using LlamaIndex.ts, running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences using your own data.
This solution helps technical teams build custom AI chat experiences to interact with their own documents. You provide your specialized business data, and it creates a ChatGPT-like application that allows users to ask questions and get answers directly from that data. The intended users are developers or technical professionals responsible for implementing internal knowledge bases or customer service bots based on proprietary information.
Use this if you need to create an AI-powered Q&A system over your specific domain's documents for internal knowledge sharing or customer support, leveraging Azure's AI services.
Not ideal if you're looking for a low-code, drag-and-drop solution or if you don't have technical expertise with Azure services and JavaScript/TypeScript development.
Stars
14
Forks
4
Language
TypeScript
License
MIT
Category
Last pushed
Jan 29, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Azure-Samples/llama-index-vector-search-javascript"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
run-llama/llama_index
LlamaIndex is the leading document agent and OCR platform
emarco177/documentation-helper
Reference implementation of a RAG-based documentation helper using LangChain, Pinecone, and Tavily..
janus-llm/janus-llm
Leveraging LLMs for modernization through intelligent chunking, iterative prompting and...
JetXu-LLM/llama-github
Llama-github is an open-source Python library that empowers LLM Chatbots, AI Agents, and...
Vasallo94/ObsidianRAG
RAG system to query your Obsidian notes using LangGraph and local LLMs (Ollama)