Closed uogbuji closed 1 year ago
Ended up with such a big refactoring just on Qdrant that we'll just merge back, and create a new ticket/branch to add a new vector DB helper.
@choccccy, clues for any final sorting of the GUI actions here: https://docs.streamlit.io/library/api-reference/layout/st.empty
Right now control flow is correct, but sometimes the UI elements get shuffled.
Local cleanup:
git checkout main
git branch --delete 16-better-vector-db
Right now
embedding_helper.py
is mostly a skeleton put in place to enable the chat-your-docs demo, and in all truth while learning the ins & outs of vector DBs. It's now time to dress it up in better design. For one thing, let's expose the metadata storage capabilities, which are among the real strengths of a DB such as Qdrant.