We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sitemap URL: https://llm-tools.mintlify.app/sitemap.xml
chunks size too large
Sitemap URL: https://kangfenmao.com/sitemap.xml
This can work well
Is there a way to embed on each website once?
OpenAI.makeStatusError APIError: 413 status code (no body)
The text was updated successfully, but these errors were encountered:
new RAGApplicationBuilder() .setModel('NO_MODEL') .setEmbeddingModel( new OpenAiEmbeddings({ model, apiKey, configuration: { baseURL }, dimensions: 1024, batchSize: 10 // <------ Add this line }) ) .setVectorDatabase(new LibSqlDb({ path: path.join(this.storageDir, id) })) .build()
Fixed with change batchSize to 10
Sorry, something went wrong.
adhityan
No branches or pull requests
🐛 Describe the bug
Sitemap URL: https://llm-tools.mintlify.app/sitemap.xml
chunks size too large
Sitemap URL: https://kangfenmao.com/sitemap.xml
This can work well
Is there a way to embed on each website once?
The text was updated successfully, but these errors were encountered: