A demo to show how to deploy a txtai app using weaviate as the document store.
- VS Code
- Docker
- Use VS Code to open this project in the provided dev container
- Run
docker-compose up
- Run
python index.py
to index some data - Refer to api.http to learn how to work with txtai's
workflow
endpoint to run a semantic search query
Note:
- This blog post has more details about the design of this solution.