c2siorg / b0bot

B0Bot - Bug Zero Twitter Bot
MIT License
15 stars 14 forks source link

Update database configuration and integration with Pinecone #27

Closed hardik1408 closed 1 month ago

hardik1408 commented 1 month ago

Description

Transistioned the database successfully from MongoDB to Pinecone. A index was created on Pinecone. Currently, the free version is being used, as the data needed to be stored does not exceed the required limit.

Related Issue

Motivation and Context

It was necessary to shift to vector databases, in order to reduce data retrieval time and improve the overall data retreival process. Vector databases retreive more relevant information than normal databases.

How Has This Been Tested?

Screenshots (if appropriate):

Screenshot_20240806_002229

Types of changes

Checklist:

CoToYo commented 1 month ago

Looks good. Great job.