forked from langchain-ai/langchainjs
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Fix lint errors on azure_ml files #11
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release 0.0.193
Release 0.0.194
* added self query for vectara vector store * updated the docs * skip the integration test * Updated the comments in the example * Rename test, add linter warning --------- Co-authored-by: Adeel Ehsan <adeel.ehsan@wellthy.com> Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
* updated documentation added X-Source to header * added deleteDocuments() method updated generation of random ID from date to UUID-like tests now fully executed and fixed to work properly * added deleteDocuments to docs fixes from yarn lint keeping test.skip
…default model and added **BAAI/bge-base-en-v1.5** as default model when no model param is given. (langchain-ai#3323) * Update hf.ts Removed sentence-transformers/distilbert-base-nli-mean-tokens as default model and added BAAI/bge-base-en-v1.5 as default model when no model param is given * Format --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
* feat: add filters to `ChaindeskRetriver` reference: https://docs.chaindesk.ai/api-reference/endpoint/datastores/query * rename filter to filters * run yarn format
* Add File to Open Ai assistant * 📝 Add documentation * ✨ Add Open File API * 📝 Add documentation on Open AI File API * ✅ Add test on Open AI File API * Update jsdoc types for params * Fix openai request options import * Extend serializable class and add return jsdoc types * 🔧 Add experimental openai_files entrypoint. * 📝 Build the doc * ♻️ Refactor OpenAIFiles to allow custom client * 📝 clean the JSDoc * Use one documentation page --------- Co-authored-by: Brace Sproul <braceasproul@gmail.com> Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
Release 0.0.195
* Split out core * Update package lock and yarn lock * Update core * Fix build * Fix tests * Fix test, format * Fix format * Fix format * Scripts * Bump dep * Fix examples * Remove unneeded deps * Update deps * Fix exports plz * plz * Fix plz * Fix * Plox * Fix * Disable bun * Disable API refs for now * Fix build * PLZZZZ * Bump * Bump version
Release 0.0.196
* Refactor core * Bump core version * Bump core
* Update OpenAIAgent to support Runnable interface * Add test with executor * Call invoke for all paths and add CallOptions * Format and fix test --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
* Fix streaming of Bedrock on Cloudflare Workers * Handle buffer 0 * Remove unnecessary break
* add loadAsStream method in GithubRepoLoader * apply review changes
…chain-ai#3351) * chore: bump momento deps to get searchAndFetchVectors for MMR * feat: implement max marginal relevance search for mvi and int tests
…in-ai#3356) * fix: MongoDB Vector Search does not support integer as input * Fix lint + format --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
* Move more core modules * Bump * Format
* Adds standalone @langchain/anthropic package * Format * Fix docker * Fix Docker
langchain-ai#3378) * Support both old and new serialization ids, update prompt base class as example * More namespace changes * Update lc_namespaces * Fix test * Fix tests * Bump versions --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
* Rename to @langchain/core * Fix build * Fix script
* Fixed docs build issue * chore: lint files * cr * docs fix * format * cr
Release 0.0.201
…angchain-ai#3723) * community[tests]: Add docker compose for easier testing of pgvector * cr * chore: lint files
…hain-ai#3731) * all[minor]: Remove duplicated chunk arr code, import from core * chore: lint files * chore: lint files * fix template core version
* community[major]: TogetherAI embeddings * cr * rm docs * chore: lint files
* community[patch]: Fix bad chunk array import * chore: lint files
* docs[major]: Generate API refs for all packages * cr * cr * chore: lint files * remove src/ or libs/ from pathnames * proper version & name * chore: lint files * chore: lint files * cr * cr * cr * cr * filter with bang * cr
…methods (langchain-ai#3692) * added delete method to pgvectorstore * added tests for pgvectorstore delete method * fix comments * Add example * add ids param to pgvector add methods * update doc comments * add test for id insertion * fix doc comments * Change options arg for consistency with base class * Change port to integration test default --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: bracesproul <braceasproul@gmail.com>
* all[minor]: Better release workflow * cr * added release-it & config files to all pkgs, and template * tmp: rename mistralai to brace from langchain * tmp: rename mistralai to brace from langchain * add missing test infra to libs * cr * cr * cr * cr * cr * chore: lint files * cr * revert mistral workspace name change * chore: lint files * update pkg json script * tmp change names * cr * cr * cr * cr * cr * cr * try/catch around yarn install * cr * cr * cr * cr * cr * cr * cr * update scripts * tmp make mistral basproul npm * account for npm 2fa * cr * cr * cr * cr * support for npm tags * cr * revert basproul changes * chore: lint files * cr * drop release it script * verify version with semver * drop empty tests * fix dep * docs * Update CONTRIBUTING.md --------- Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
Backup to undo mistake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes lint errors