botdev
Redis For Vector Search (GenAI)
I have Redis database deployed on Railways Pro plan. I want to add LLM Retrieval Augmented Generation (RAG) to my application. I have be implementing langchain for LLM interactions and I want to use Redis vector database. Langchain says for RAG it is recommended to use Redis Enterprise. My question is if the Redis database servise which is provided by Railways is the Redis Enterprise version? Is it good enough for production level RAG?
5 replies
Network Error While sending a file.
I have uploaded my telegram bot on a Railway Pro plan. The bot sends file back to users through Telegram Server. I get this error while sending the file:
aiogram.utils.exceptions.NetworkError: Aiohttp client throws an error: ClientConnectorError: Cannot connect to host api.telegram.org:443 ssl:default [Network is unreachable]
Any help is appreciated!
11 replies