-
- Fetch harmonized records from api or database
- use an algorithm which detects similarity between 2 records based on title, abstract, keywords
- consider translated content and make sure records are…
-
**Is your feature request related to a problem? Please describe.**
I am trying to filter metadata with queries produced by a LLM. The issue is that there can be slight variations in capitalization, s…
-
### Bug Description
BM25Retriever cannot work on chinese.
### Version
main
### Steps to Reproduce
```python
from llama_index.retrievers.bm25 import BM25Retriever
from llama_index.core import Do…
-
hi there,
when I use minhash with lsh or simhash, it's hard to remove short text. anybody could provide some useful method to solve this problem, thanks a ton!
take below example, and dive…
-
### Describe the bug
We use a multi-step retrieval process using LlamaIndex in a FastAPI route as below:
```
import time
from fastapi import APIRouter, Depends
from fastapi.responses import…
-
this can be a premium feature
basic users can access 1 or 2 kinds of search but premium users can access 3 or 4, among:
1. Text Search: Use GitHub, Google, and other tools to search the Ladderly s…
-
Should I fine-tune the model to compare text ? This model generate a matrix, not a vector for the long text. And different length of text may be different shape of output. Must I fine-tune this model …
-
为啥运行client时会出错呢?连接不上?
c:/AI/similarities/examples/faiss_clip_search_client_demo.py
2024-10-03 19:46:10.422 | ERROR | similarities.faiss_clip_similarity:_post:520 - Request failed: HTTPConnect…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
When I use "nomic-ai/nomic-embed-text-v1.5-GGUF/nomic-embed-text-v1.5.f32.gguf" via LM Studio and interact with the AI, I get the following error message:
Traceback (most recent call last):
File…