-
### Feature Description
- [ ] Retrieval: https://github.com/jerryjliu/llama_index/issues/6554
- [ ] RAG / Knowledge-Intensive QA: https://github.com/jerryjliu/llama_index/issues/6919
- [ ] MMLU?
…
-
https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/
-
Full error:
> ExternalError: Emitter "@azure-tools/typespec-ts" failed!
File issue at https://github.com/Azure/autorest.typescript/issues
> RangeError: Maximum call stack size exceeded
at …
-
## Task
- [x] Zero-shot Prompting
- [x] Few-shot Prompting
- [x] Chain-of-Thought Prompting
- [x] Self-Consistency
- [x] Generate Knowledge Prompting
- [x] Tree of Thoughts
- [x] Retriev…
-
**Describe the bug**
when using StepwisePlan in a simple console app, asure openai returns this error
Azure.RequestFailedException: 'The response was filtered due to the prompt triggering Azure Op…
-
After exploring many alternatives, I have come to the conclusion that we can't solve the problem of deep navigation and transformation of JSON structures without a data model change.
Most of the pr…
-
### **Chat with Repo 项目要求**
#### **核心概念**
- **目标**: 创建一个能够与代码仓库进行交互的聊天系统。
- **总结** : 根据用户的问题做匹配,匹配到对应的文档、代码、引用关系。然后将匹配到的结果送给大模型,让大模型去做思考,最后生成回答。
- **灵感来源**: LangChian 的 [RAG over code | 🦜️🔗 La…
-
**功能描述 / Feature Description**
知识图谱结合 LLM 的检索增强 / Knowledge Graph Combined with LLM for Retrieval Argumented Generation
**解决的问题 / Problem Solved**
似乎现在的一些工作和LlamaIndex是重合的 / It seems that some of…
-
**What is the bug?**
post_process_function of painless script does not work while creating externally hosted models using http.
This shows up in predict API
**How can one reproduce the bug?**
Ta…
-
what is the maximum number of tokens the framework can accept as model inputs? does this number depend on the WizardLM model or OnPrem.LM?