dope-projects / open-source-chat

You can chat with your open-source package documentations! ✨
http://chatwithdocs.online
1 stars 0 forks source link

First MVP for our OS Chat #22

Closed Graceliying82 closed 1 year ago

Graceliying82 commented 1 year ago

After reading markdown files from the github link, we will check the vector count.

If vector count large than 0, that means some embedding already happened. Will not do any text embedding then.

If vector count is 0, then do text embedding and put information into Pinecone database.

Also made some change for streamlit to work acordingly.