You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested this with several fresh installations of the latest LibreChat via docker. In this scenario, I'm using AWS Bedrock and have configured the following variables in my .env file:
I added a file that is 6.93MB in size to a chat via the AWS Bedrock endpoint (Claude 3.5 Sonnett v2 model). After the first reply, if I ask it for additional details it says it can't see the document anymore. Same issue with files under 5MB, so it doesn't appear to be a size issue. I'm not seeing any obvious errors in the logs. It happens whether I use the default OpenAI embedding model or the Titan embedding model....
Again, I have 2 separate installations on different machines....not sure what's going on......
The text was updated successfully, but these errors were encountered:
I've tested this with several fresh installations of the latest LibreChat via docker. In this scenario, I'm using AWS Bedrock and have configured the following variables in my .env file:
More info: https://www.librechat.ai/docs/configuration/rag_api
EMBEDDINGS_PROVIDER=bedrock
EMBEDDINGS_MODEL=amazon.titan-embed-text-v1
AWS_ACCESS_KEY_ID=xxx
AWS_SECRET_ACCESS_KEY=xxx
I added a file that is 6.93MB in size to a chat via the AWS Bedrock endpoint (Claude 3.5 Sonnett v2 model). After the first reply, if I ask it for additional details it says it can't see the document anymore. Same issue with files under 5MB, so it doesn't appear to be a size issue. I'm not seeing any obvious errors in the logs. It happens whether I use the default OpenAI embedding model or the Titan embedding model....
Again, I have 2 separate installations on different machines....not sure what's going on......
The text was updated successfully, but these errors were encountered: