anovazzi1
f086f31e79
Add field type for metadata in ReadTheDocsLoaderComponent
2024-01-10 16:43:50 -03:00
anovazzi1
1425714ce9
Update OpenAIEmbeddingsComponent configuration
2024-01-10 16:34:29 -03:00
anovazzi1
8650fde69e
Refactor IMSDbLoaderComponent configuration
2024-01-10 15:42:04 -03:00
anovazzi1
5437edc05f
Remove unused import in ChatAnthropic.py
2024-01-10 15:38:01 -03:00
anovazzi1
1f1a1fc009
Refactor HNLoaderComponent to use HNLoader instead of BaseLoader
...
This commit refactors the HNLoaderComponent in the langflow backend to use the HNLoader class instead of the BaseLoader class. The HNLoader class is imported from the langchain_community.document_loaders.hn module. The commit also updates the return type annotation of the `load` method in HNLoaderComponent to HNLoader. Additionally, the metadata field in the component's configuration schema is updated to have a field_type of "dict". This change improves the specificity and functionality of the HNLoaderComponent.
2024-01-10 15:37:47 -03:00
anovazzi1
dfdfcec747
Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
2024-01-10 15:33:41 -03:00
anovazzi1
2375dd31b2
Add GitbookLoader import and update metadata field type
2024-01-10 15:30:34 -03:00
carlosrcoelho
ee4a0da65d
Update ChatAnthropicComponent configuration
2024-01-10 11:52:39 -03:00
anovazzi1
c2ebeeda9c
Remove unused import statement
2024-01-10 11:48:02 -03:00
anovazzi1
11c5a3e001
Add ChatOpenAI model and update field types
2024-01-10 11:47:54 -03:00
carlosrcoelho
a24e0314bc
Update import statement in Cohere.py
2024-01-10 11:39:11 -03:00
anovazzi1
46e2e69b57
Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
2024-01-10 11:31:26 -03:00
anovazzi1
44a17f6f25
Update ChatVertexAIComponent parameters
2024-01-10 11:31:22 -03:00
carlosrcoelho
ebe9cfc8a4
Update AnthropicComponent configuration
2024-01-10 11:13:04 -03:00
anovazzi1
55e7d23f55
Update CTransformersComponent to include default config values
2024-01-10 10:29:26 -03:00
anovazzi1
a8bf2ccf66
Update LlamaCpp import and return type
2024-01-10 10:19:38 -03:00
anovazzi1
914b8ddf6a
Refactor OpenAIComponent class in OpenAI.py
2024-01-10 10:14:03 -03:00
anovazzi1
6f54fe6579
Update type hints in document loaders
2024-01-10 09:34:26 -03:00
anovazzi1
a291564b4e
Update VertexAIComponent configuration
2024-01-10 09:34:13 -03:00
anovazzi1
84c85727a8
Merge branch 'update_lc' of personal:logspace-ai/langflow into update_lc
2024-01-10 08:39:58 -03:00
carlosrcoelho
2fb287525a
Update VertexAIEmbeddingsComponent configuration
2024-01-09 20:13:53 -03:00
carlosrcoelho
aa2aa1da51
Update imports and field types in FacebookChatLoader.py
2024-01-09 19:52:23 -03:00
carlosrcoelho
94eaaed95d
Update EverNoteLoader.py: Added "field_type" attribute to "file" and "dict" types
2024-01-09 19:49:24 -03:00
anovazzi1
ddd613d1fc
Update imports in CharacterTextSplitter.py
2024-01-09 19:45:27 -03:00
anovazzi1
4370cbb334
Update JsonToolkit imports
2024-01-09 19:42:30 -03:00
carlosrcoelho
920f092ea1
Update CollegeConfidentialLoader.py
2024-01-09 19:40:27 -03:00
carlosrcoelho
cbacf55955
Update CoNLLULoaderComponent configuration
2024-01-09 19:38:16 -03:00
anovazzi1
a29d7e515c
Update imports in OpenAPIToolkit.py
2024-01-09 19:37:53 -03:00
carlosrcoelho
2d2fd9a2ae
Update CSVLoader imports and metadata parameter
2024-01-09 19:36:49 -03:00
carlosrcoelho
5087a503f2
Refactor BSHTMLLoaderComponent class in BSHTMLLoader.py
2024-01-09 19:34:30 -03:00
carlosrcoelho
069cbd7dcc
Update AirbyteJSONLoaderComponent configuration
2024-01-09 19:31:55 -03:00
anovazzi1
65ba59cc2e
Update VectorStoreRouterToolkit to use VectorStoreInfo
2024-01-09 19:30:04 -03:00
carlosrcoelho
1b3fa78ac7
Update metadata field type in AZLyricsLoader.py
2024-01-09 19:27:53 -03:00
anovazzi1
0ebf7d35e4
Update VectorStoreToolkit imports
2024-01-09 19:27:04 -03:00
anovazzi1
eff7dbc009
Update import statement for BingSearchAPIWrapper
2024-01-09 19:24:23 -03:00
carlosrcoelho
7ecb0b6ec4
Update DirectoryLoaderComponent configuration
2024-01-09 19:23:02 -03:00
anovazzi1
5e94bfb8b2
Add VectorStoreInfo import to VectorStoreAgent.py
2024-01-09 19:16:55 -03:00
anovazzi1
ba4f355fbf
Update Google CSE ID field to hide password
2024-01-09 19:11:02 -03:00
anovazzi1
e13eeeaea6
Fix password field in GoogleSerperAPIWrapperComponent
2024-01-09 19:10:04 -03:00
anovazzi1
0737d2a790
Update import path for GoogleSearchAPIWrapper
2024-01-09 19:00:30 -03:00
anovazzi1
5c7ee7e8b1
Update import statement for GoogleSerperAPIWrapper in GoogleSerperAPIWrapper.py
2024-01-09 18:58:43 -03:00
anovazzi1
7611ec7f94
Add field type for headers in SearxSearchWrapperComponent
2024-01-09 18:56:47 -03:00
anovazzi1
5cc8afc557
Refactor SerpAPIWrapperComponent class in SerpAPIWrapper.py
2024-01-09 18:42:45 -03:00
anovazzi1
95b02ceeae
Import WikipediaAPIWrapper from langchain_community.utilities
2024-01-09 18:34:50 -03:00
anovazzi1
411b4f78c0
Update ZeroShotAgent import
2024-01-09 11:53:45 -03:00
anovazzi1
102e0e0f93
Update imports in VectorStoreRouterAgent.py
2024-01-09 11:51:50 -03:00
anovazzi1
5e0315ad0b
Update JsonAgent.py imports
2024-01-09 11:33:21 -03:00
anovazzi1
db13e00258
Merge remote-tracking branch 'origin/cz/bug/state/zustand' into update_lc
2024-01-09 10:52:34 -03:00
Gabriel Luiz Freitas Almeida
15dd9e3ee1
Update import statements in GitbookLoader, JsonToolkit, CSVAgent, UnstructuredHTMLLoader, IMSDbLoader, IFixitLoader, BSHTMLLoader, ReadTheDocsLoader, OpenAPIToolkit, Qdrant, EverNoteLoader, CoNLLULoader, and AirbyteJSONLoader components
2024-01-09 10:17:35 -03:00
Gabriel Luiz Freitas Almeida
6ffb7cc233
Fix import path in constants.py
2024-01-09 10:17:27 -03:00