Important
Note - this repository is archived.
Please see https://github.com/weaviate-tutorials/weaviate-enablement-sessions for future sessions
- Shard movement between nodes
- MUVERA encoding algorithm for multi-vector embeddings
- Vectorizer changes
- HNSW snapshotting
- Open a terminal (in the local env)
- Run the following command to start Weaviate:
./run-weaviate.sh start
- Wait for Weaviate to start (it will show a message on the terminal when finished)
- Create a
.env
file in the root of the repository with the required key and value pairs:COHERE_API_KEY=your_core_api_key
- Open the notebook,
enablement.ipynb
, in VSCode, and select the kernel using the virtual environment (./.venv/bin/python
). - Run the notebook cells in order to see the demo in action.