-
@GautamR-Samagra List all issues and find the reason for them.
- [ ] Search not working on Leaves document - @GautamR-Samagra to add examples of questions.
- [ ] Default
- [ ] Reranker on top…
-
Hi,
I've been making attempts to use RAGatouille for document retrievals. I'm currently testing it on a junk of 30k emails. After indexing a few of the documents I would want to use the ```add_to_ind…
-
In [tfrs.tasks.retireval document](https://www.tensorflow.org/recommenders/api_docs/python/tfrs/tasks/Retrieval#call), retrieval task is explained like
`The main argument are pairs of query and cand…
-
Thanks for this awesome library.
I am curious to know whether rank_bm25 can handle 500K documents. Each document has around 1000 words.
Looking forward to your feedback. I want to use the follow…
-
Document the following features. Some of this documentation may need to be in the use cases in langchain extraction.
- [ ] Retrieval Mode
- [ ] Brute Force Extraction
- [ ] Deduplication -- how i…
-
My understanding is that fine-tuning using sentence-transformers over pairs assumes that the pairs are symmetric.
For example, using [ContrastiveTensionLossInBatchNegatives](https://sbert.net/docs/pa…
-
Use a facade to encapsulate the storage and retrieval of document attributes.
The number of rules involved with handling document attributes has outgrown the current storage and retrieval mechanism (…
-
One user of the Bibscan library is asking on tips on how to improve the retrieval rate so my task for today was to figure out why the retrieval rate was so low. First, I ran the code given to me and …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
We are using a process_documents function that processes documents by splitting them int…
-
In ths summary paragraph of Section 6.2, Probabilistic Retrieval Models, the sentence "Otherwise, it would give zero probability for unseen words in the document, **which not good** for scoring a quer…