-
### Describe the bug
![image](https://github.com/user-attachments/assets/3320fc08-3563-422a-8091-e846782a72aa)
### To reproduce
```python
langfuse_callback_handler = LlamaIndexCallbackHandler(…
-
When im upserting two PDFs (655 and 371 chunks; 9105590 and 479470 chars) to a Faiss Vector Store with Ollama Embeddings I get the following error:
I used text splitter with 2000 chunk size and 200…
-
### System Info
OS Version : windows 11
Python Version : 3.11.9
Pandas ai version : 2.2.14
### 🐛 Describe the bug
Thanks for the Great work!
As a part of training the agent (QA Training) ,start…
-
Is there a recommended best practice for storing an ID along with a vector?
My use case is sentence embedding. I have many passages of text, and I'd like to be able to search that embedding.
H…
-
A number of patterns in vector dialect lowerings predate 0-d vector support and side step from 0-d vectors by converting them to scalars and then broadcasting them. An example patch fixing this: http…
-
### Feature Description
I looked at the code of milvus_index and found that the queries against it are connected with "and". How can I implement an "or" query?
my code is:
vector_store = MilvusVect…
-
I was going to compute recall rate using NearPy. But I found that the vectors I stored has been revised.
The following is what I did.
I stored a bunch of vectors in engine. And I did
`recall_list…
-
### Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
### Describe the bug
I uploaded file to vector storage, but I co…
-
I was engaging well with my custom Assistant through BoltAI and using my OpenAI API key, until I asked this question "Do you have access to your Vector Store where several files have been uploaded for…
-
### 🐛 Describe the bug
```python
import os
from openai import OpenAI
from mem0 import Memory
from extract_info import extract_structured_info
from extract_info import read_file
from extract_inf…