-
[X] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
I am unable to create test data set, using Ollama models , it…
-
### Bug Description
Try to create KG index via
```
kg_index = KnowledgeGraphIndex.from_documents(
documents,
storage_context=storage_context,
max_triplets_per_chunk=10,
space_n…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
我的代码如下:
from llama_index.core import KnowledgeGraphIndex,SimpleDirectoryReader,Settings…
-
## Vectorized Knowledge
Large language models are trained on general corpora and without fine-tuning on user-specific data, they struggle to utilize user-related context effectively.
Users accumu…
-
## Description
Creating hardened [IronBank](https://docs-ironbank.dso.mil/overview/) "flavors" for different images that make up the LeapfrogAI stack provides the following benefits for all LeapfrogA…
-
有些知识库能够正常问答,当知识库文档较多时出现如下报错。
知识库问答前端界面报错如下:
ID 4d079db0-40ec-4258-88f5-df94e6a3cc13 not found. 如果启用了代理,请确保代理正常工作。
![chatollama](https://github.com/sugarforever/chat-ollama/assets/15957240/2eb81c9d-…
-
-
I am following this script using RetrievalQA chain.
Code:
```python
llm = OpenAI(client=OpenAI, streaming=True, callbacks=[StreamingStdOutCallbackHandler()], temperature=0)
chain = RetrievalQA.f…
-
## Overview
Our current implementation for qualitative analysis is really janky. I implemented it myself. I asked ChatGPT to determine how "on topic" comments are and to reply only with an array of…
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
Hi everyone, first of all I would like to thank @MaartenGr and all the contributors …