Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 773 Bytes

gpt4o-rag-objectbox-vectordb

This repo uses OpenAI GPT-4o to create a RAG app with Object Vector Database, enabling faster, natural human-computer interaction with multi-modal inputs and outputs.

STEP 01- Create a conda environment after opening the repository

#conda create -n gpt4o-rag-objectbox-vectordb python=3.10 -y
conda create -n gpt4o-rag-objectbox-vectordb python=3.11.7 -y
conda activate gpt4o-rag-objectbox-vectordb

STEP 02- install the requirements

pip install -r requirements.txt

STEP 04- Finally run the following command

python gpt4o-rag-objectbox-vectordb.py

Output 1

Output 1: