weviate vector search
1.0.0
A simple exploration of using Weaviate for vector search
To run this project locally:
pip install -r requirements.txtpython open_db_connection.py. This should return TRUE in the consolepython build_collection.pypython insert_data.pypython queries.pypython close_db_connection.py