danny-avila / rag_api

ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
https://librechat.ai/
143 stars 60 forks source link

DOCS: RDS PGSQL #17

Closed tip-dteller closed 3 months ago

tip-dteller commented 3 months ago

Hi, Can you please add to documentation that when running PGSQL on RDS AWS (may apply to other managed services). You have to login as Admin user for that RDS cluster and add the extension to the database.

  1. login to RDS with admin user
  2. run on the the required database - . CREATE EXTENSION vector;

reason why this had to be done - unless youre using master credentials or a dedicated superuser, its gonna be added manually.

danny-avila commented 3 months ago

Feel free to make a PR, but I will say you should include a full setup for AWS in the documentation, because this is not the default setup.

tip-dteller commented 3 months ago

Will do, i will check a few more things to make it as accurate and friendly as possible. thanks!

danny-avila commented 3 months ago

thank you 🙏

tip-dteller commented 3 months ago

20 added PR