Skip to content
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 256 commits into from
Dec 21, 2023
Merged

Fix lint errors on azure_ml files #11

merged 256 commits into from
Dec 21, 2023

Conversation

ericckzhou
Copy link
Collaborator

fixes lint errors

jacoblee93 and others added 30 commits November 19, 2023 03:06
* 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>
* 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
* 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
jacoblee93 and others added 23 commits December 19, 2023 18:48
…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>
@ericckzhou ericckzhou changed the title ran eslint on azure_ml files Fix lint on azure_ml files Dec 21, 2023
@ericckzhou ericckzhou changed the title Fix lint on azure_ml files Fix lint errors on azure_ml files Dec 21, 2023
@ericckzhou ericckzhou marked this pull request as ready for review December 21, 2023 15:19
@ericckzhou ericckzhou changed the base branch from main to backup December 21, 2023 15:25
@ericckzhou ericckzhou changed the base branch from backup to main December 21, 2023 15:25
@ericckzhou ericckzhou changed the base branch from main to dev December 21, 2023 15:59
@ericckzhou ericckzhou merged commit 4456692 into dev Dec 21, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet