botdev
botdev
RRailway
Created by botdev on 4/17/2024 in #✋|help
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
RRailway
Created by botdev on 12/17/2023 in #✋|help
Starting multiple celery workers
How can I start multiple celery workers? Here is my procfile: web: celery -A celery_folder.celery_config worker --loglevel=info & python app.py
16 replies
RRailway
Created by botdev on 12/12/2023 in #✋|help
.pptx to .pdf converter
I have python-pptx library. My python code can generate PowerPoint presentations using python-pptx library. How can I convert those pptx file into .pdf on railwayapp servers?
22 replies
RRailway
Created by botdev on 10/26/2023 in #✋|help
Max numbers of users
My telegram bot is taking a long time to reply user requests. Around 10 minutes at peak usage time. There are around 1 500 users there. What can do to address this issue?
135 replies
RRailway
Created by botdev on 8/28/2023 in #✋|help
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