Commit graph

2,614 commits

Author SHA1 Message Date
anovazzi1
64bcb971ad Refactor HNLoaderComponent load method to update document metadata 2024-01-15 19:38:59 -03:00
anovazzi1
69f2f51161 Refactor document loaders to update metadata 2024-01-15 19:34:47 -03:00
igorrCarvalho
b874fca246 Fix: CSVLoader CC not working 2024-01-15 18:59:46 -03:00
anovazzi1
59a1370c2d Refactor document loaders to support metadata 2024-01-15 18:34:22 -03:00
anovazzi1
3659b401ff Add AZLyricsLoader import 2024-01-15 18:02:32 -03:00
anovazzi1
a9086a4e41 Fix parameter in create_json_agent function 2024-01-15 17:54:40 -03:00
anovazzi1
f322c77c5c Refactor JsonAgentComponent to use create_json_agent function 2024-01-15 17:52:10 -03:00
anovazzi1
6290837d15 Refactor CSVAgent to use create_csv_agent function 2024-01-15 17:25:33 -03:00
anovazzi1
1afaf587af Update ChatOpenAIComponent parameters 2024-01-15 16:53:22 -03:00
anovazzi1
88118ef5c5 Update ChatOpenAIComponent with NestedDict support 2024-01-15 16:37:59 -03:00
anovazzi1
369ca587fa Replace SQLAgent with AgentExecutor in SQLAgentComponent constructor 2024-01-10 18:34:14 -03:00
anovazzi1
db7eef597b Update SQLDatabaseChain.py to use the specific chain class for SQLDatabase 2024-01-10 17:46:51 -03:00
anovazzi1
f9aba724b9 Update RetrievalQAComponent parameters 2024-01-10 17:35:35 -03:00
anovazzi1
8fc03d06ed Refactor HuggingFaceEmbeddingsComponent to use langchain_community embeddings 2024-01-10 17:22:41 -03:00
anovazzi1
32be1ccbc1 Update CohereEmbeddings import and add new configuration options 2024-01-10 17:03:51 -03:00
anovazzi1
737b29e891 Add type hints and import necessary modules in SlackDirectoryLoaderComponent 2024-01-10 16:51:43 -03:00
anovazzi1
24931545f9 Add Document type to ReadTheDocsLoaderComponent 2024-01-10 16:45:31 -03:00
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