Commit graph

817 commits

Author SHA1 Message Date
Robert Wilkins III
de5ed466d7 improve grammer and remove nat 2023-04-20 05:10:38 +00:00
Robert Wilkins III
207f1b0399 add spot instance support and pricing 2023-04-20 04:43:26 +00:00
Robert Wilkins III
573f0d6ee7 remove redundant wording 2023-04-20 03:54:58 +00:00
Robert Wilkins III
d427fa9972 more styling 2023-04-20 03:36:27 +00:00
Robert Wilkins III
dcf1f0c35e add styling 2023-04-20 03:35:10 +00:00
Robert Wilkins III
1c7776508f improve readability 2023-04-20 03:29:03 +00:00
Robert Wilkins III
6c61926261 move trophy toward end of walkthrough 2023-04-20 03:20:09 +00:00
Robert Wilkins III
d46c1e5a81 clarify notes to connect to vm 2023-04-20 03:17:40 +00:00
Robert Wilkins III
c4f41a7da9 remove input tag 2023-04-20 03:11:30 +00:00
Robert Wilkins III
df062edd91 vars and trophies 2023-04-20 03:08:50 +00:00
Robert Wilkins III
e38d7b6f24 provide user with link to langflow server 2023-04-20 02:57:37 +00:00
Robert Wilkins III
0527bf3291 var expansion alt test 2023-04-20 02:33:47 +00:00
Robert Wilkins III
72d6cb060a var expansion again 2023-04-20 02:23:34 +00:00
Robert Wilkins III
e0aba3223f revert var expansion test 2023-04-20 02:19:36 +00:00
Robert Wilkins III
11fea7a7a8 testing var expansion 2023-04-20 02:18:27 +00:00
Robert Wilkins III
060a0cfbeb set project config 2023-04-20 02:10:45 +00:00
Robert Wilkins III
a8b2460b91 remove login prompt for ephemeral cloudshell 2023-04-20 02:07:10 +00:00
Robert Wilkins III
7314a3fc81 add cloudshell repo trust advisory 2023-04-20 02:05:34 +00:00
Robert Wilkins III
413285f7ec force gcp login in ephemeral cloudshell 2023-04-20 01:55:34 +00:00
Robert Wilkins III
a13be7f1dd match bash script to walkthrough 2023-04-20 01:37:52 +00:00
Robert Wilkins III
98fc23dfe8 fix bash command launch 2023-04-20 01:35:20 +00:00
Robert Wilkins III
c458f0f222 remove comments that show up in walkthrough 2023-04-20 01:32:45 +00:00
Robert Wilkins III
12a1f3ac7a remove scripted steps from walkthrough 2023-04-20 01:30:44 +00:00
Robert Wilkins III
5c57701e38 configure cloudshell to run walkthrough 2023-04-20 01:21:21 +00:00
Robert Wilkins III
a200ddc4fd create setup files and GCP tutorial 2023-04-19 22:59:56 +00:00
Robert Wilkins III
1e6a40adee fix apt confirms, heredoc vars, add if statements 2023-04-19 16:44:55 +00:00
Robert Wilkins III
5c4743db36 adding machine type to VM create 2023-04-18 17:31:50 +00:00
Robert Wilkins III
d19d3f4de0 Allow IAP 2023-04-18 04:32:41 +00:00
Robert Wilkins III
7195278f2c check and create VPC and subnet 2023-04-18 04:29:42 +00:00
Robert Wilkins III
f2a587191b Add comments to clarify code 2023-04-18 03:42:01 +00:00
Robert Wilkins III
c7bf4f80df Adjust firewall to allow port 8080 2023-04-18 03:14:45 +00:00
Robert Wilkins III
c315abcde2 Add steps to provision GCP VM serving langflow 2023-04-18 03:07:05 +00:00
Ibis Prevedello
e1f4041908 Fix bug when running LLM alone
Fix #117
2023-04-17 16:57:49 -03:00
Ibis Prevedello
abcddeeaf1
Update issue templates 2023-04-14 11:15:30 -03:00
Ibis Prevedello
b87ee31824
Add SQL Agent (#159) 2023-04-13 22:45:55 -03:00
Ibis Prevedello
ec0c6c79c1 feat: add SQL agent 2023-04-13 22:33:46 -03:00
Ibis Prevedello
885d0ffc22
Change docstring parser (#158)
Using library `docstring-parser`
2023-04-13 22:25:41 -03:00
Ibis Prevedello
3d211fc487 fix test, linting, and vector_store folder 2023-04-13 22:12:21 -03:00
Ibis Prevedello
ba1f7daa7a refac: change docstring parser 2023-04-13 21:39:25 -03:00
Gabriel Almeida
ce542e9337 fix(langflow): return None when a node is not loaded in LangChainTypeCreator classes 2023-04-13 15:54:40 -03:00
Gabriel Almeida
319ff6ab3a chore(pyproject.toml): update langflow package version from 0.0.55 to 0.0.56 2023-04-13 15:45:27 -03:00
Gabriel Almeida
6d2f948bdb refactor(base.py): remove unnecessary comment
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
2023-04-13 15:45:08 -03:00
Gabriel Almeida
b56d905042 fix conflicts 2023-04-13 12:00:07 -03:00
Gabriel Almeida
c28e6ad62d fix: fix import paths for several modules
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
2023-04-13 11:57:10 -03:00
Ibis Prevedello
b9ef727248 refac: remove UnstructuredImageLoader because of issue with Python 3.11 2023-04-13 11:52:42 -03:00
Ibis Prevedello
41c2ba9639 refac: add decorator to create cache folder 2023-04-13 11:52:42 -03:00
Ibis Prevedello
37925c275f test: fix text scripts 2023-04-13 11:52:42 -03:00
Ibis Prevedello
c69e5a72f0 feat: add document loaders 2023-04-13 11:52:42 -03:00
Ibis Prevedello
296ecafdcf refac: change cache folder 2023-04-13 11:52:42 -03:00
Carlos Coelho
cf8c5a52fa
Delete langflow-demo.gif 2023-04-13 10:38:55 -03:00