johnregan3 / tars

GPT-3 chatbot with long term memory, runs locally or in Docker
20 stars 3 forks source link

Implement graph database or better yet vector database #5

Open josedandrade opened 1 year ago

josedandrade commented 1 year ago

Graph database or vector database can help semantic operations, like search or vertical navigation on the knowledge graph.

Maybe pinecone.io

Check Shapiro's Chatbot with infinite memory using OpenAI and Pinecone video.

johnregan3 commented 1 year ago

I'll definitely look into this. Thanks @josedandrade !