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

https://github.com/ahmadhuss/rag-llamaindex

A RAG overview that utilizes a PDF file using OpenAI's language model (LLM).
https://github.com/ahmadhuss/rag-llamaindex

ai embeddings json llama-index llm pdf

Last synced: 2 months ago
JSON representation

A RAG overview that utilizes a PDF file using OpenAI's language model (LLM).

Awesome Lists containing this project

README

          

python3 -m venv env

pip install -r requirements.txt

pip freeze > requirements.txt

source env/bin/activate