kennardpeters / PortfolioV2

Personal Website
MIT License
0 stars 0 forks source link

Integrate ChatBot structure #3

Open kennardpeters opened 1 year ago

kennardpeters commented 1 year ago

Ref:

kennardpeters commented 12 months ago

Need to first find a way to convert Resume / LinkedIn data into embeddings (Pinecone converts and stores these for you)

May need to create our own vector store? (Redis, NoSQL store)

Then perform to search on the embeddings created above for the closest to the answers

Stack elements:

Extra credit (Build your own Vector Store)