R2R
R2R copied to clipboard
The all-in-one solution for RAG. Build, scale, and deploy state of the art Retrieval-Augmented Generation applications
**Question**: Unable to provide a new embedding provider. To adapt to the new embedding provider, multiple source code files need to be modified. **Hope**: Users can directly provide an embedding...
**Describe the bug** docker compose -f compose.full.yaml up # OpenAI OPENAI_API_KEY=empty OPENAI_API_BASE=http://host.docker.internal:11434/v1 hatchet-create-db-1 | Waiting for PostgreSQL to be ready... hatchet-create-db-1 | hatchet-postgres:5432 - accepting connections hatchet-create-db-1 | PostgreSQL is...
> [!IMPORTANT] > Add Kubernetes deployment configurations for R2R development environment including ArgoCD, PostgreSQL, R2R, R2R Dashboard, and Unstructured components. > > - **ArgoCD Configuration**: > - Adds `dev-autosync.yaml` for...
How is user registration disabled in the UI, such as disabling all forms of user registration including signing in with third-party providers. This is useful in a corporate environment
**Describe the bug** when ingest document with collection_ids error occurs. **To Reproduce** ingest request like this, with collection_ids. ```text POST /v3/documents HTTP/1.1 Content-Length: 4372 Content-Type: multipart/form-data Host: localhost:7272 User-Agent: HTTPie...
If R2R respects R2R_POSTGRES_DBNAME, why not create the database if it doesnt exist? Given that the `hatchet-create-db` service exists in the same compose file but no equivalent exists for R2R...
**Describe the bug** When we try to restart failed job, we are facing this issue in `r2r` `v3.4.0` ``` 500: Error during ingestion: Error parsing document: cannot access local variable...
**Description:** I'm experiencing an issue where documents fail to upload under the Documents section in the dashboard. As a result, both chat and search functionalities are not working. I will...
**Is your feature request related to a problem? Please describe.** Not able to use my go-to llm provider which stands for max privacy related to context / requests in and...
Thanks for the great work. I have successfully run the demo with the pdf file "DeepSeek_R1.pdf" as provided. When I dive into the RagResponse structure, I am not able find...