Skip to content

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.

Notifications You must be signed in to change notification settings

skramana1973/gpt4o-rag-objectbox-vectordb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages