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).
- Host: GitHub
- URL: https://github.com/ahmadhuss/rag-llamaindex
- Owner: ahmadhuss
- Created: 2024-08-08T19:33:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T04:54:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T01:03:16.370Z (over 1 year ago)
- Topics: ai, embeddings, json, llama-index, llm, pdf
- Language: Python
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
python3 -m venv env
pip install -r requirements.txt
pip freeze > requirements.txt
source env/bin/activate