forked from tmc/langchaingo
-
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
Merge upstream 0324 #4
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
And invoke it in the new methods Re tmc#465
The chat llm client calls use the newer OpenAI API to implement the same functionality
Adding CallLLM as a general utility
Via `queryAttrs` you can specify fields to be returned with a similarity search. In Weaviate you can retrieve the id via the `_additional` field. With the current setup it is not possible to add additional fields (like the id) to the the `_additional` due to the manual mapping in 'createFields' function. This adds a new `WithAdditionalFields` optional to give the user control over which additional fields to return.
Add callback handler method for GenerateContent start and end
Finalize the majority of the model/LLM interface refactoring
all: clean up now unused types Generation and LLMResult
all: clean up and update comments
docs: add example to embeddings
1. add pgvector into test 2. add OPENAI_API_KEY and GENAI_API_KEY into test 3. deprecate pgvector table name Sanitize function 4. reset pgvector Search sql and make TestDeduplicater rerun 5. add test TestWithAllOptions for test all option 6. because of StuffDocuments.joinDocuments ignore document's metadata, update some tests Signed-off-by: Abirdcfly <[email protected]>
Signed-off-by: Abirdcfly <[email protected]>
It seems like a bunch of links were broken and docs.langchain.com now redirects to the python docs.
* Example about retriever A example about retriever, how use and why need use * feat: add anothers options for vectorstore * fix: update remove docs
* Example spliters example about use spliter * fix: update names
* tool: sql_database generate sql-query filter redundant text
…c LLM (tmc#671) * implement WithBaseUrl and WithHttpClient for anthropic model * fix build errors * URL not url * fix more errors
…it only works for me when marked as system (tmc#670)
feat(milvus): add WithMetricType
* feat: Bumping to latest chroma-go version Refs: https://github.com/amikos-tech/chroma-go/releases/tag/v0.1.2
tmc#675) vectorstores/milvus: fixed the bug that the collection was created incorrectly
* feat: add llamafile * feat: add llamafile embeddings
* documentloaders: added assemblyai document loader
* Add bedrock LLMs
* llms: Improve json response format coverage, add example
* fix: require the correct parameter for Azure OpenAI
* fix: ResponseFormat cause openai api response err - is not one of ['json_object', 'text'] - 'response_format.type'
* feat: change Executor to *Executor * docs: add deprecated comment to agents.Initialize * feat: change CreationOptions to Options in agents * feat: change CreationOption type to Option in agents
* httputil: Add httputil package to provide some common helpers * httputil: Address lint issues
examples: Fix up import
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.
PR Checklist
memory: add interfaces for X, Y
orutil: add whizzbang helpers
).Fixes #123
).golangci-lint
checks.