-
Ability to contribute to generate code, issue comments or label PRs using RAG approach
-
224-11-11 10:37:23.711056: W extemal/acal xla/xla/tsl/ib/manitoring/collecticn registry.cc:88] Trying to register 2 metrics with the same rame
egister a new ane. Please check if you link the metric m…
-
Hi. Awesome project! Any plans to add RAG support (like chat on top of pdf file)?
-
LLM Rag + Function calling
- [ ] Prepare data
- [x] https://github.com/langtech-bsc/FastChat/issues/1#issue-2502407253 Adapt chat template.
## References
- [Github: NousResearch/Hermes-Function-Call…
-
Currently, RAGE provides different chunking methods. An additional semantic chunking method should be added which should be configurable.
-
Hello!
Thanks for RAGbuilder, it's a very nice project.
I am using the custom RAG configuration, but even if I explicitly mention that I only want to use "Vector DB - Similarity Search" as a retri…
-
Hi, when you try to implement adaptive RAG (https://langchain-ai.github.io/langgraph/tutorials/rag/langgraph_adaptive_rag/) you might need to reuse the retrieved documents from the RAG system and use …
-
## Why RAG
Retrieval-Augmented Generation (RAG) is a technique that enhances the capabilities of LLMs by incorporating a retrieval mechanism into the generative process. This approach allows the model…
-
I try to upload this file (5MB, 2,384,000 chars) to LibreChat with bedrock API activated
https://pve.proxmox.com/pve-docs/pve-admin-guide.pdf
I tried dev and dev-lite containers but am getting a…
-
**Bug Description**
groundedness_measure_with_cot_reasons is failing silently
**To Reproduce**
```
session = TruSession()
class RAG:
@instrument
def get_chunks(self, response_body: …