-
The data is stored in Neo4j GraphDB, the data onsistes of cloth products, in Neo4j-DB/dataUpload.py relations between nodes are created and uploaded.
-
We can perform a prompt and image search, we are using OpenAI's embedding tool to perform vector similarity search. We are using OpenAI's CLIP model and Microsoft's ResNET model to perform a vector image search.
-
A chatbot is created to facilitate conversation between user and the data stored, we are using OpenAI's GPT and Langchain to handle the conversations. For contextual understanding, we are using MilvusDB( Vector Database) to store the conversattions between the user and the bot to maintain continuous conversations.
- OpenAI: CLIP, GPT-4o, ADA-002
- Microdoft: ResNET
- Database: MongoDB, Neo4j-GraphDB, Milvus-Vector-DB
- Languages: Python, Cypher
- UI: Streamlit