redis-vl-python icon indicating copy to clipboard operation
redis-vl-python copied to clipboard

Redis Vector Library (RedisVL) interfaces with Redis' vector database for realtime semantic search, RAG, and recommendation systems.

Results 26 redis-vl-python issues
Sort by recently updated
recently updated
newest added

The Redis query engine dialect 3 api changes the outputs for JSON: ```python q = VectorQuery( vector=[0.23, 0.12, -0.03, 0.98], vector_field_name="embedding", filter_expression=filter_expression, return_fields=["name", "description", "price"], dialect=3 ) index.query(q) ``` returns:...

bug

Here's the proposed class for LLM session management. It support recent or full conversation storage & retrieval, as well as relevance based conversation section retrieval.

## Description ## Changes ### Features / major changes

I want to use Amazon bedrock models as vectorizer but there is no such vectorizer. How can i use such embedding models? I have created a custom vectorizer: `import os...

## Limitations Current supported types for HNSW are FLOAT32 and FLOAT64. ## Feature Request Support for binary and scalar embedding quantization(https://huggingface.co/blog/embedding-quantization) using HNSW.

enhancement

I am facing this issue while trying to applying filter on semantic cache check ![image](https://github.com/user-attachments/assets/beef4b5d-5c3e-47cb-921b-817cd30a56e8) ![image](https://github.com/user-attachments/assets/610644df-b147-4d19-a0ec-a44f642b6344)

bug

It bothered me how these were numbered but wouldn't show up in order I also changed the name from llmcache to semantic_cache