An interactive Streamlit application to explore, visualize, and analyze high-dimensional vector spaces derived from text documents, with a focus on the aeronautics domain.
- Convert documents to embeddings & store with ChromaDB
- Import & manage vector databases
- Cluster vectors using KMeans, HDBSCAN
- Search for nearest neighbors of new queries
python3.10 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.py