Commit graph

2,641 commits

Author SHA1 Message Date
anovazzi1
cba57bb8f2 Update Pinecone.py to use the new Pinecone package and add support for BaseRetriever 2024-01-16 16:11:12 -03:00
anovazzi1
2cb5855c7b Update display name for LLM in ZeroShotAgent.py 2024-01-16 15:52:30 -03:00
anovazzi1
ef4a195e7a Update text splitter and vector stores 2024-01-16 15:50:19 -03:00
anovazzi1
5065234a1d Update ChatVertexAIComponent parameters and imports 2024-01-16 15:20:57 -03:00
anovazzi1
ffb0dc0012 Add VertexAI import and update file_types in VertexAIComponent 2024-01-16 15:07:19 -03:00
anovazzi1
69c6ede614 Update LlamaCppComponent parameters 2024-01-16 14:01:22 -03:00
anovazzi1
306292c36f Update CTransformersComponent build_config() method 2024-01-16 13:43:12 -03:00
anovazzi1
239e4bcb7c Update Anthropic and ChatAnthropic components 2024-01-16 13:30:31 -03:00
anovazzi1
bd4a6e9d3a Refactor CohereComponent instantiation in Cohere.py 2024-01-16 12:54:31 -03:00
anovazzi1
63c030133c Fix file_types in credentials field 2024-01-16 12:51:36 -03:00
anovazzi1
7dcbe3a525 Update HuggingFaceEmbeddings.py with default encode_kwargs and model_kwargs 2024-01-16 11:58:15 -03:00
anovazzi1
d4b0706580 Update CohereEmbeddingsComponent and ChatOpenAIComponent configurations 2024-01-16 11:40:35 -03:00
anovazzi1
1c7eb2cf0f Add WolframAlphaAPIWrapper with appid configuration 2024-01-16 00:28:22 -03:00
anovazzi1
d4d3bcd7ef Update import statement for WikipediaAPIWrapper 2024-01-16 00:22:43 -03:00
anovazzi1
c215491549 Update SerpAPIWrapper import and parameters 2024-01-16 00:16:16 -03:00
anovazzi1
e7899480af Add searx_host parameter to SearxSearchWrapperComponent 2024-01-15 22:48:13 -03:00
anovazzi1
01b386fe5b Add k parameter to SearxSearchWrapper build method 2024-01-15 22:46:12 -03:00
anovazzi1
a7196ec774 Fix password field in GoogleSerperAPIWrapperComponent 2024-01-15 22:29:48 -03:00
anovazzi1
ab35550240 Update GoogleSearchAPIWrapperComponent parameters 2024-01-15 22:24:47 -03:00
anovazzi1
6d217fb81e Add optional parameter 'k' to BingSearchAPIWrapperComponent constructor 2024-01-15 22:16:36 -03:00
anovazzi1
3d4a4c1fb5 Refactor SlackDirectoryLoaderComponent to update document metadata 2024-01-15 22:12:36 -03:00
anovazzi1
6fe02442dd Add SQLAgentComponent build method to create SQL agent with SQLDatabaseToolkit 2024-01-15 20:47:06 -03:00
anovazzi1
fbd64033dc Update ZeroShotAgent and OpenAIComponent 2024-01-15 20:25:43 -03:00
anovazzi1
26a9d5d670 Refactor CoNLLULoaderComponent to use CoNLLULoader from langchain_community 2024-01-15 20:08:43 -03:00
anovazzi1
184b66f5ab Refactor ReadTheDocsLoaderComponent to update document metadata 2024-01-15 20:06:29 -03:00
anovazzi1
0881f0600d Refactor document loaders to support metadata 2024-01-15 19:57:39 -03:00
anovazzi1
310886b0ba Refactor IMSDbLoaderComponent to update document metadata 2024-01-15 19:49:04 -03:00
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