examples/huggingface-milvus-vectorstore-example/README.md
Welcome to this exciting example showcasing the power of Milvus vector store combined with local embeddings using Hugging Face's Text Embeddings Inference (TEI)! 🎉
This Go program demonstrates how to:
The example focuses on storing information about various cities worldwide and then querying this data to find cities based on different criteria.
We store information about cities including:
Each city entry includes:
The program runs three example searches:
To run this example, make sure you have:
Enjoy exploring this example and learning about vector stores, embeddings, and similarity searches! Feel free to modify the queries or add more cities to see how the results change. Happy coding! 😄