Hi Community,
In this article, I will introduce my application iris-VectorLab along with step by step guide to performing vector operations.
IRIS-VectorLab is a web application that demonstrates the functionality of Vector Search with the help of embedded python. It leverages the functionality of the Python framework SentenceTransformers for state-of-the-art sentence embeddings.
Application Features
- Text to Embeddings Translation.
- VECTOR-typed Data Insertion.
- View Vector Data
- Perform Vector Search by using VECTOR_DOT_PRODUCT and VECTOR_COSINE functions.
- Demonstrate the difference between normal and vector search
- HuggingFace Text generation with the help of GPT2 LLM (Large Language Model) model and Hugging Face pipeline