Commit graph

20 commits

Author SHA1 Message Date
hekai09
851da1cb4e support baidu qianfan endpoint for LLM 2023-10-17 15:22:00 +08:00
Gabriel Luiz Freitas Almeida
22391c46eb 🔧 chore(.gitignore): add .docker to the list of ignored files
🐛 fix(locustfile.py): remove unused import and fix incorrect variable name
 feat(locustfile.py): add support for authentication and flow creation in on_start method
2023-09-23 23:25:38 -03:00
Diógenes Betat Roos
a43260fca8 Add build folder to .gitignore 2023-08-17 18:57:47 +00:00
gustavoschaedler
5f8439ae7e 🔧 chore(.gitignore): add /tmp/* to the gitignore file to exclude temporary files from version control
 feat(endpoints.py): add new endpoint to load custom components from a specified path
📦 feat(load_custom_component_from_path.py): add new module to load custom components from a directory path
🔧 chore(types.py): add function to build and validate custom components from a directory path
2023-07-20 21:39:07 +01:00
Gabriel Luiz Freitas Almeida
032d0eb65a
Merge branch 'dev' into lf-docs-fix 2023-07-12 18:43:57 -03:00
Gabriel Luiz Freitas Almeida
963a6b0d31 🔥 chore(.gitignore): add .docusaurus/ directory to ignore list to exclude Docusaurus generated files from version control 2023-07-12 18:42:55 -03:00
Lucas Oliveira
d0217f0c26 Merge branch 'dev' into form_io, bugs on backend 2023-07-03 21:53:56 -03:00
Gabriel Luiz Freitas Almeida
9217386dbc 🔍 chore(.gitignore): add langchain.db to the list of ignored files
The file `langchain.db` is now added to the list of ignored files in the `.gitignore` file. This ensures that the `langchain.db` file is not tracked by Git and will not be included in future commits.
2023-06-30 17:12:54 -03:00
Lucas Oliveira
466d583103 Merge branch 'form_io' of github.com:logspace-ai/langflow into form_io 2023-06-26 10:34:43 -03:00
Lucas Oliveira
5a6d75a38c 🔥 chore(.gitignore): remove .githooks/prepare-commit-msg from git tracking to avoid committing hooks accidentally 2023-06-26 10:23:00 -03:00
Gabriel Luiz Freitas Almeida
423caa5ddc 🔍 chore(.gitignore): add prepare-commit-msg to avoid pushing Opencommit hook
The prepare-commit-msg file is added to the .gitignore file to avoid pushing the Opencommit hook to the remote repository. This is done to prevent the hook from being executed on other machines and to avoid any issues that may arise from the hook being executed on different machines.
2023-06-26 10:22:27 -03:00
Lucas Oliveira
74192c205c git ignore updated to ignore db 2023-06-12 22:10:57 -03:00
Gabriel Almeida
e3983da487 🔍 chore(.gitignore): add qdrant_storage to ignore list
🆕 feat(.vscode/launch.json): add launch configuration for FastAPI app
The qdrant_storage directory is now added to the ignore list to prevent it from being tracked by git. A new launch configuration for FastAPI app is added to the .vscode/launch.json file. This configuration allows for debugging the app with uvicorn and sets the port to 7860, reloads the app on changes, and sets the log level to debug.
2023-05-27 09:41:35 -03:00
Ibis Prevedello
c69e5a72f0 feat: add document loaders 2023-04-13 11:52:42 -03:00
anovazzi1
6a239ead75 update gitIgnore 2023-03-13 18:35:01 -03:00
Gabriel Almeida
dc6b69d065 fix: built applied to langflow_backend instead of langflow 2023-03-13 17:13:07 -03:00
Ibis Prevedello
9660a0af9b Merge remote-tracking branch 'backend/main' into merge_repo 2023-02-28 17:05:22 -03:00
Ibis Prevedello
c0ad9a383f feat: add docstring 2023-02-16 10:20:43 -03:00
Gabriel Luiz Freitas Almeida
03f9842a53
Initial commit 2023-02-09 22:09:43 -03:00
anovazzi1
418010afa1
Initial commit 2023-02-08 19:28:04 -03:00