redis-llm icon indicating copy to clipboard operation
redis-llm copied to clipboard

redis-llm integrates LLM with Redis. It can help LLM to access private data, and remember long chat history.

Results 2 redis-llm issues
Sort by recently updated
recently updated
newest added

HI @sewenew, Did you use some script to create the OpenAI embeddings for the redis documentation in [embeddings.zip](https://github.com/sewenew/redis-llm/blob/main/examples/search-application/embeddings.zip)? Could you share the script? I plan to create embeddings for my...

Currently, we support the following LLMs: - [OpenAI](https://platform.openai.com/docs/api-reference) - [Azure OpenAI](https://azure.microsoft.com/en-us/products/cognitive-services/openai-service) If you need other LLMs support, feel free to leave a message here. Regards