Tags: fIa5h/langchainjs
Tags
Adds OpenAI functions-powered OpenAPI chain (langchain-ai#1803) * Adds OpenAPISpec class * More progress on OpenAPI chain * Adds argsOnly option to output function parsers * Fix bugs for simple OpenAPI schemas * Use class default instead of hard-coded * Fix POST body and add test * Fix for path params * Format * Use js-yaml package for broader compatibility * Only pass content-type header if a body is set * Adds docs and examples * Change openapi-types import to import type to ensure erasure in JS only envs
Add LanceDB vectorstore (langchain-ai#1787) * Add LanceDB vectorstore * Remove unnecessary deps, build and docs fixes * Remove LanceDB unit test * Mark the vectorstores/lancedb entrypoint as requiring an optional dep --------- Co-authored-by: gsilvestrin <[email protected]> Co-authored-by: gsilvestrin <[email protected]>
Add support for codechat- models. Which, of course, take different pa… …rameters and have different names for some of the roles. (langchain-ai#1728)
Fix: Chroma and Pinecone integration tests & standalone translator cl… …asses (langchain-ai#1542) * added chroma and pinecone integration test, also created pinecone and chroma standalone translators * replaced neq with ne * Removed in and nin as comparator * Separate into entrypoints --------- Co-authored-by: jacoblee93 <[email protected]>
Adds pipeline prompt (langchain-ai#1526) * Adds pipeline prompt * Adds test for .partial * Fix formatting * Update pipeline prompt type parameter name, adds docs * Fix example
PreviousNext