IntellectTechCodeHub/dpro_projects
RAG knowledge store with inferencing, predictions, and question answering.
开放
#62 创建于 2026年8月6日
(9) story pointsenhancementgood first issue
仓库指标
- 星标
- (0 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Using the attached files, upload pdfs to the Azure AI Search, create a Search Index with recognizable fields for extracting answers for questions surfaced to the client via queries to an LLM endpoint configured with RAG custom implementation or an agent file search tool.
RAG requirements include:
- Foundry project
- Azure AI Search
- Upload pdf sources
- Index, Vectorization, and Embeddings
- LLM endpoint
- Endpoint and index integration
- Prompt edits for injecting updates from RAG knowledge base
- Test queries with prompts, system message, and supporting content
- Test chain of thought and few-shot learning
- Source validation