-
### Describe your feature request
Create this new modified cosine similarity and the related distance metric.
m = mean vector of the collection vectors.
c = a particular collection vector
q = th…
-
Trying to run this code on Google Colab and seeing this error now. Simply just trying to use the demo provided in this repo, but now it's throwing the following error:
-----------------------------…
-
`Request`
```js
{
"_id": 'id'
}
```
or
```js
{
content: 'string content'
}
```
---
`Response`
```json
{
"hits": [
{
"score": 9.823102,
"_id": "id",
"_…
-
### What happened?
I am using the vectordb.similarity_search function. I have 40k documents and one metadata filter using the function takes around 5 minutes. I am assuming that this should be a
ss323 updated
1 month ago
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
from llama_index.core.indices.property_graph import PropertyGraphIndex
index = Property…
abc-w updated
1 month ago
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
Getting a value error for undefined reason,
ValueError: Found array with 0 sample(…
-
I would like to add custom metadata to chunks when saved to pinecone with Pipeline.from_configs.
Following the 'Custom meta data extraction ...' notebook on [this page](https://docs.unstructured.io…
-
### Describe your problem
I've been testing queries in RAGflow using the embedding model (all-MiniLM-L6-v2) and 'General' method to chunk and embed documents and my ollama (Llama3.1 8B) for LLM infer…
-
**Describe the bug**
As stated in [Wiki: Deletion Capabilities](https://github.com/IntelLabs/vdms/wiki/Deletion-Capabilities), the _deletion query allows a user to delete the content within VDMS t…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I'm developing a hybrid search-based chat engine.To setup the retriever, I am using foll…