langchainjs icon indicating copy to clipboard operation
langchainjs copied to clipboard

Results 400 langchainjs issues
Sort by recently updated
recently updated
newest added

Based on https://github.com/hwchase17/langchain/pull/1375

Adds the OpenAI CreateImage tool, so you can ask your agents for images :) Hopefully self-documenting. Open to feedback!

hold

We are getting `Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in langchain\package.json ` It started happening from versions 0.0.13 and up. It works fine for 0.0.12.

I believe it would be highly possible to use a tool such as [Zod](https://github.com/colinhacks/zod) to specify the expected inputs of a tool. Because, unlike typescript types, Zod schemas are available...

Closes https://github.com/hwchase17/langchainjs/issues/128 Basic implementation of supabase pgvector querying. ~No adding of vectors atm.~ Seems complicated to figure out what the schema and query is for each user.. not sure how...

### Summary Implements a basic Unstructured file loader for langchainjs. The loader posts the specified file to the Unstructured REST API. The API is not public yet, but you can...

Follow python logic, refactor LLMChain, add `BaseLLMChain` that is base class for both `LLMChain` and `ChatModelChain`