Mintplex-Labs / vector-admin

The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.
https://vectoradmin.com/
MIT License
1.49k stars 227 forks source link

Workspace Search input #46

Closed timothycarambat closed 1 year ago

timothycarambat commented 1 year ago

At the workspace level, we should enable a document to be found by the following search params: exact text search - reads JSON files for exact text match semantic search - uses OpenAI metadata key - requires specific format of [key]:[value] vector id

Searching should execute on user's click and will render results in the document viewer to show the document(s) which match the search.