You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VLib is a digital library platform targeting college library systems that utilises a vector database for discovering required resources and thereby making information accessible to all users irrespective of their knowledge level. It overcomes the incapability of present systems to handle descriptive queries thereby limiting information access.
A Python-based tool for context-based search across text documents using OpenAI embeddings and Chroma vector storage. This system enables efficient querying of document collections by generating vector embeddings, storing them persistently, and retrieving relevant results based on textual queries.