Yann Stoneman
Yann Stoneman
`npm run build` only worked after running `npm install uglifyjs-webpack-plugin --save-dev` I discovered this solution because of an error message: `Error: Cannot find module 'uglifyjs-webpack-plugin'` So I'd suggest adding `"uglifyjs-webpack-plugin":...
> The general recommendation is to alter one, not both. I noticed in the explanation that the general recommendation is to alter either `temperature` or `top_p`, but not both. However,...
I would like to use Casibase with LLMs served through Amazon Bedrock's APIs. I'm going to start working on a pull request for that.
# What does this PR do? I had issues following the notebook until I realized I wasn't using the write SageMaker image and I did the `pip install` of the...
*Issue #, if available:* #280 *Description of changes:* Currently, this solution only supports cross-encoder/ms-marco-MiniLM-L-12-v2. I want to add Cohere Rerank 3 as an option. By submitting this pull request, I...
I tried uploading a PDF with spaces in the name ("Executive Order on the Safe, Secure, and Trustworthy Development and Use of Artificial Intelligence _ The White House.pdf") using the...
Enable interleaving from multiple sources so chatbot scales and synthesizes as connectors increase. Suboptimal aggregation causes relevance and length issues as sources grow. Interleaving strategy: - Chunk into 100-400 word...
#### 💻 变更类型 | Change Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore...
I downloaded the notebook from the Colab link in the readme. I uploaded it to a fresh Colab environment. I ran the first cell and got: > ERROR: torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl is...