upload-file.sh

Simple client for command line uploads to Kernel Memory.

Instructions:

./upload-file.sh -h

ask.sh

Simple client for asking questions about your documents from the command line.

Instructions:

./ask.sh -h

search.sh

Simple client for searching your indexed documents from the command line.

Instructions:

./search.sh -h

run-qdrant.sh

Script to start Qdrant using Docker, for local development/debugging.

Qdrant is used to store and search vectors, as an alternative to Azure AI Search.

run-rabbitmq.sh

Script to start RabbitMQ using Docker, for local development/debugging.

RabbitMQ is used to provides queues for the asynchronous pipelines, as an alternative to Azure Queues.