retreival
There are 8 repositories under retreival topic.
squaredev-io/squaredev
The platform for developers building applications powered by LLMs
Ramachetan/generative-ai-for-beginners
8 Lessons, Get Started Building with Generative AI and Gemini API
Sreyan88/CompA
Code for ICLR 2024 Paper: CompA: Addressing the Gap in Compositional Reasoning in Audio-Language Models
Sreyan88/RECAP
Code for ICASSP 2024 Paper: RECAP: Retrieval-Augmented Audio Captioning
ElmiraGhorbani/dynamic_prompting
Dynamic Few-Shot Prompting is a Python package that dynamically selects N samples that are contextually close to the user's task or query from a knowledge base (similar to RAG) to include in the prompt.
linhaowei1/MolRetrieval
This repo implements many methods to retrieve molecules that are similar to a target molecule from a large molecule corpus.
Tobsky/DocuQuery
This Streamlit application demonstrates the integration of ChatGroq (Llama3 model), OpenAIEmbeddings, and FAISS for document embedding and retrieval.
yunwoong7/simple-rag
A lightweight implementation of Retrieval-Augmented Generation (RAG) for enhancing language models with external knowledge.