redis-ai-resources
redis-ai-resources copied to clipboard
✨ A curated list of awesome community resources, integrations, and examples of Redis in the AI ecosystem.
TODOs before merge: - still working on polishing all v1 notebooks - touch base with Brian on Java stuff likely v1 ships without it - finalize repo structure for getting_started...
The existing cookbook just touches the surface: https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb Contribute a Python notebook that demonstrates complex Hybrid queries with Redis VSS and other search features (an ecommerce dataset might work nicely)...
Create Node vector database examples for each of the following features using the Python OpenAI cookbook as a reference: - [ ] JSON + VSS - [ ] Hybrid Querying...
Create Java vector database examples for each of the following features using the Python OpenAI cookbook as a reference: - [ ] JSON + VSS - [ ] Hybrid Querying...
The existing cookbook just touches the surface: https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb Create a notebook that highlights the following: - Combining Redis VSS and other search features (for improved performance) - Show examples "fine...
This [Redis RAG pipeline notebook](https://github.com/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/01_redisvl.ipynb) is only working with nmpy with version 1.26.4 and its giving error `BUG: ModuleNotFoundError: No module named 'numpy.char'` and some different error otherwise. Solution: Before...
Hi When running the following cell : faqs = doc2cache.invoke({"doc": sample_doc}) Results in the following output: 16:17:24 openai._base_client INFO Retrying request to /completions in 0.433632 seconds 16:17:25 openai._base_client INFO Retrying...
Hello, When running the cell of the above mentioned notebook . %pip install -q "redisvl>=0.4.1" unstructured[pdf] sentence-transformers openai %pip install -q langchain-core langchain-community pypdf rapidocr-onnxruntime The following error happens: error:...
Hi , Trying to reproduce the above section but getting the pink error cell message below. Should I restart the kernel and play those cells in sequence ? --------------------------------------------------------------------------- ResponseError...