Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ishwarya254/rag_openai

RAG_OpenAI is an advanced Retrieval-Augmented Generation (RAG) system using "gpt-4o-mini" model. This project integrates state-of-the-art natural language processing (NLP) techniques to enable accurate and context-aware question answering.
https://github.com/ishwarya254/rag_openai

openai pinecone rag vectordb

Last synced: 21 days ago
JSON representation

RAG_OpenAI is an advanced Retrieval-Augmented Generation (RAG) system using "gpt-4o-mini" model. This project integrates state-of-the-art natural language processing (NLP) techniques to enable accurate and context-aware question answering.

Awesome Lists containing this project

README

        

# RAG_OpenAI
RAG_OpenAI is an advanced Retrieval-Augmented Generation (RAG) system using "gpt-4o-mini" model. This project integrates state-of-the-art natural language processing (NLP) techniques to enable accurate and context-aware question answering.

### Technical Stack:
Back-End: Python with LangChain for orchestration.

Database: Pinecone for vector search and index management.

LLM: Open AI ---> Model_name = 'gpt-4o-mini'

Embeddings: HuggingFace's embeddings for semantic search. ---> Model_name="all-MiniLM-L6-v2"