defenseunicorns / leapfrogai

Production-ready Generative AI for local, cloud native, airgap, and edge deployments.
https://leapfrog.ai
Apache License 2.0
243 stars 25 forks source link

ADR: RAG Refinement Approaches #267

Open gphorvath opened 3 months ago

gphorvath commented 3 months ago

Things that affect RAG performance:

CollectiveUnicorn commented 3 months ago

Techniques

Considerations

Hyperparameter Tuning

Verfication & Hallucinations

Embeddings

Text Splitting & Chunking

Ingestion - How to go about ingesting different file formats

RAG Frameworks

Existing RAG Solutions

Examples

Docs/Research

gphorvath commented 2 months ago

The llama-index guide just uses Vecs under the hood: https://github.com/supabase/vecs

We probably need to use something a little more robust than Vecs.