https://github.com/gurpreetkaurjethra/building-rag-with-openai-gpt-4o-omni-model-using-objectbox-vector-database
Building RAG With OpenAI GPT-4o(omni) Model Using Objectbox Vector Database
https://github.com/gurpreetkaurjethra/building-rag-with-openai-gpt-4o-omni-model-using-objectbox-vector-database
generative-ai gpt4 gpt4o large-language-models llms objectbox openai openapi rag vector-database
Last synced: 5 months ago
JSON representation
Building RAG With OpenAI GPT-4o(omni) Model Using Objectbox Vector Database
- Host: GitHub
- URL: https://github.com/gurpreetkaurjethra/building-rag-with-openai-gpt-4o-omni-model-using-objectbox-vector-database
- Owner: GURPREETKAURJETHRA
- License: mit
- Created: 2024-05-16T19:26:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T19:47:06.000Z (11 months ago)
- Last Synced: 2024-05-16T20:50:31.641Z (11 months ago)
- Topics: generative-ai, gpt4, gpt4o, large-language-models, llms, objectbox, openai, openapi, rag, vector-database
- Language: Jupyter Notebook
- Homepage: https://github.com/GURPREETKAURJETHRA/GPT4o-API-Implementation-GPT4-RAG
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌟Building RAG With OpenAI GPT-4o(omni) Model Using Objectbox Vector Database💎💫⚡🎯
## Description📝:
- `OpenAI GPT-4o model` is used for creating a `RAG application` using `Object Vector Database`.
- **GPT-4o (“o” for “omni”)** is a step towards much more natural human-computer interaction—it accepts as input any combination of text, audio, image, and video and generates any combination of text, audio, and image outputs.
- It can respond to audio inputs in as little as 232 milliseconds, with an average of 320 milliseconds, which is similar to human response time(opens in a new window) in a conversation.
- It matches `GPT-4 Turbo performance` on text in English and code, with significant improvement on text in non-English languages, while also being much faster and 50% cheaper in the API.
- GPT-4o is especially better at vision and audio understanding compared to existing models.## Links🔗:
- [Docs:📚](https://docs.objectbox.io/ann-vector-search)
- [Github Code⚡💻](https://github.com/GURPREETKAURJETHRA/Building-RAG-With-OpenAI-GPT-4o-omni-Model-Using-Objectbox-Vector-Database/blob/main/GPT4o_Lanchain_RAG.ipynb)