-
**Bug description**
When I create a RAG Application with SimilaritySearch, the search returns similar documents when using Azure OpenAI, but always returns zero documents with Ollama. The issue occur…
-
I am planning to refactor the [existing Embeddings class](https://github.com/holoviz/lumen/blob/main/lumen/ai/embeddings.py#L6).
The purpose is to supply LLMs with up-to-date or private data using re…
-
The wikipedia tool might be returning chunks that have low similarity scores and therefore not relevant/useful.
Similarly to `minPageNameSimilarity`, we would like to introduce a threshold that wou…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have this code for knowledge graph construction and I am getting some results for the …
-
start with the courses:
1. https://courses.analyticsvidhya.com/courses/Intro-to-NLP
2. https://github.com/fastai/course-nlp
projects:
1. sentiment analysis
2. text summarization
3. chat bot
4. NER
5…
-
The original run.py saves the model in pytorch_model.bin, which cannot be loaded directly using the code provided in this repository. After replacing line 422 `trainer.save_model()` in training/run.py…
-
We need a frontend panel to allow the user to change configurations to different tools. For instance, the user should be able to configure:
- [ ] RAG retrieval mechanism (similarity, MMR, multi-query)…
-
Hi! I am trying to generate a test set using the following code:
Ragas version: 0.2.3
Python version: 3.11.9
```
from ragas.llms import LangchainLLMWrapper
from ragas.embeddings import Lang…
-
![20180803_104442](https://user-images.githubusercontent.com/6811931/43665780-289868f2-9726-11e8-9d5f-0e77f3c3b464.jpg)
# Pipeline should work as follows:
### Process each incoming document: cre…
saggu updated
6 years ago
-
### Describe the bug
When running `pytest tests/openadapt/test_summary.py::test_summary_empty `
the result is:
```
============================================================================…