-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
VectorStores, DocumentLoaders, TextSplitters, Embeddings and other additions #157
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
…o handle key field display
… key for some template fields feat(test_llms_template.py): make 'task' and 'huggingfacehub_api_token' fields required feat(test_llms_template.py): add options to 'task' field and display name to 'huggingfacehub_api_token' field
…mat_field method.
# Fixed Issue #143
# removable and draggable edges This pull request adds two new features: removable edges and draggable edges. Removable edges allow users to delete unwanted connections without using the keyboard, while draggable edges enable the repositioning of connections
…ired and show in all chains feat(test_chains_template.py): add prompt to mid_journey_prompt_chain and time_travel_guide_chain chains
…conversationchain-node
chore(poetry.lock): update lit version from 16.0.0 to 16.0.1 feat(poetry.lock): add nltk package with version 3.8.1 and its dependencies chore(poetry.lock): update posthog package version to 2.5.0 chore(poetry.lock): remove torch and triton package versions
feat: add logging for missing nodes in LangChainTypeCreator classes feat: add support for custom TextLoader document loader fix: fix typo in document loaders base module name fix: fix typo in text_splitters package name and add __init__.py file refactor(interface): rename textSplitters to text_splitters refactor(interface): rename documentLoaders to document_loaders refactor(interface): rename vectorStore to vectorstore refactor(interface): rename toolkits to toolkit refactor(interface): rename tools to tool refactor(interface): rename prompts to prompt refactor(interface): rename memories to memory refactor(interface): rename embeddings to embedding refactor(interface): rename wrappers to wrapper fix(interface): fix typo in text_splitters/base.py fix(interface): fix typo in toolkits/base.py fix(interface): fix typo in vectorstore/base.py fix(interface): fix typo in wrappers/base.py feat(interface): add logging for when a type is not loaded
feat(base.py): add support for int type in node value feat(base.py): add support for chunk_size and chunk_overlap in TextSplitterCreator signature
Using library `docstring-parser`
ibiscp
approved these changes
Apr 14, 2023
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.
This release adds many bug fixes and exposes many other new nodes.