David Duong
David Duong
It seems like the navigation buttons aren't turned off when the screen is off. It's a little bit annoying, as the phone may start vibrating when in a pocket. Running...
This PR aims to implement TokenTextSplitter by utilising JS-Rust binding of [`openai/tiktoken`](https://github.com/openai/tiktoken): Disclaimer: The bindings are maintained in a separate repository https://github.com/dqbd/tiktoken, aiming to upstream the changes back to the...
So far it seems like there are 3 culprits which may block us from running `Langchainjs` on Edge. - [x] 1) OpenAI and it's usage of `axios` #118 - Switch...
Use the lite version of @dqbd/tiktoken, fetching the JSON mappings in runtime - [ ] Switch to cached ranks instead to avoid pummeling OpenAI Azure CDNs etc. - [ ]...
Closes #272 #657 #128 This uses @dqbd/tiktoken, which is a WASM port of openai/tiktoken, which should be more aligned with the actual token cost. The count logic is the same...
When invoking `shadcn-ui` via `npx`, the CLI will always assume NPM even though the project uses a different package manager, creating a `package-lock.json` even though a different PM is used....
This PR replaces NPM dependencies such as`axios` and `form-data` with native counterparts, making the codebase lighter and available for different non-Node environments. We are aware of the existing pull requests...
Mirror PR: https://github.com/hwchase17/langchainjs/pull/1760 This also adds support for multiple prompts in ChatOpenAI LLM Fixes LC-98
Work-in-progress for adding support to edge runtimes. Closes: #2160
> I was also thinking that if we round we can show ~~ (approx) and show the full value in tooltip (can be separate task) Relates to #104