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

Add requested changes #12

Draft
wants to merge 264 commits into
base: dev
Choose a base branch
from
Draft

Add requested changes #12

wants to merge 264 commits into from

Conversation

ericckzhou
Copy link
Collaborator

No description provided.

codergigachad and others added 30 commits November 20, 2023 12:10
…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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: jacoblee93 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Rename to @langchain/core

* Fix build

* Fix script
* Fixed docs build issue

* chore: lint files

* cr

* docs fix

* format

* cr
* Agent streaming

* chore: lint files

* fix circular dep issue

* error handling

* cr

* cr

* fix any eslint

* rm commented out method

* Update langchain/src/agents/executor.ts

* Update langchain/src/agents/executor.ts

* cr
* Serialization

* Add OpenAI package
* Fix small core serialization issue

* Bump
* Revert dependencies for now

* Readd missing file

* Delegate to core

* Import map
Ultrahi and others added 26 commits December 19, 2023 22:51
…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 <[email protected]>
Co-authored-by: bracesproul <[email protected]>
* 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 <[email protected]>
@ericckzhou ericckzhou changed the title Requested changes2 Requested changes Dec 21, 2023
@ericckzhou ericckzhou changed the title Requested changes Add requested changes Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.