Commit graph

101 commits

Author SHA1 Message Date
Deepankar Mahapatro
943d3aa4a6
Merge branch 'logspace-ai:dev' into dev 2023-05-16 14:46:44 +05:30
Deepankar Mahapatro
dd4a9f50b6 build: make langchain-serve optional 2023-05-16 14:45:23 +05:30
Deepankar Mahapatro
8e4e627451 build: make langchain-serve optional 2023-05-16 11:23:39 +05:30
Gabriel Luiz Freitas Almeida
702a361cc3
Update llama-cpp-python version in pyproject.toml (#299) 2023-05-16 01:08:31 +00:00
Deepankar Mahapatro
1ba8d775c1 feat: deploy langflow using langchain-serve 2023-05-15 22:07:17 +05:30
Deepankar Mahapatro
916e4dfa80 feat: deploy langflow using langchain-serve 2023-05-15 19:57:48 +05:30
anovazzi1
f109b73333 updated pyproject 2023-05-15 11:13:53 -03:00
Deepankar Mahapatro
e4f99b7971 feat: deploy langflow using langchain-serve 2023-05-15 17:56:26 +05:30
Gabriel Almeida
22b00a98db chore(pyproject.toml): update package version from 0.0.70 to 0.0.71 2023-05-14 20:22:38 -03:00
PHYYOU
edea1fcbf4
Update llama-cpp-python version in pyproject.toml
Ref: https://github.com/abetlen/llama-cpp-python/issues/45

llama-cpp-python version 0.1.23 has issue at installing package
2023-05-14 19:22:59 +09:00
Gabriel Almeida
d39f08f75f chore(pyproject.toml): update package version from 0.0.69 to 0.0.70 2023-05-13 21:50:03 -03:00
Gabriel Almeida
0626d21ff0 feat(pyproject.toml): add gptcache dependency to the project. 2023-05-12 09:39:03 -03:00
Gabriel Almeida
096f652357 chore(pyproject.toml): update langchain version to ^0.0.166
feat(pyproject.toml): update package version to 0.0.69
2023-05-11 21:25:09 -03:00
Gabriel Almeida
c065ceb979 feat(pyproject.toml): add wikipedia package to dependencies 2023-05-07 20:15:29 +00:00
Gabriel Almeida
4c82c62410 chore(pyproject.toml): update package version from 0.0.67 to 0.0.68 2023-05-02 15:05:32 -03:00
Gabriel Almeida
016091d3b1 chore(pyproject.toml): update package version from 0.0.66 to 0.0.67 2023-05-02 11:48:43 -03:00
Gabriel Almeida
df119f6dd4 chore(pyproject.toml): update package version from 0.0.65 to 0.0.66 2023-05-02 10:41:42 -03:00
Gabriel Almeida
7ba827e9fc feat(pyproject.toml): add tiktoken dependency to the project 2023-05-01 22:52:09 -03:00
Gabriel Almeida
ca3c79267f chore(pyproject.toml): update package version from 0.0.64 to 0.0.65 2023-05-01 19:40:44 -03:00
Gabriel Almeida
b67aed11b3 chore(pyproject.toml): update package version from 0.0.63 to 0.0.64 2023-05-01 18:41:33 -03:00
Gabriel Almeida
dfb06af7e0 bump to 0.0.63 2023-04-29 19:36:52 -03:00
Gabriel Almeida
42c30b1cf3 bump to 0.0.62 2023-04-29 17:21:31 -03:00
Gabriel Almeida
0ab3d6b31c bump version to 0.0.61 2023-04-29 08:02:22 -03:00
Gabriel Almeida
3ed0c35bdb fix: added deps for linting 2023-04-29 07:32:01 -03:00
anovazzi1
8a169c9782 merged chat_and_cache into dev 2023-04-29 01:26:44 -03:00
Gabriel Almeida
7659fbffcd chore(pyproject.toml): update langchain dependency from ~0.0.113 to ~0.0.150 2023-04-27 17:04:35 -03:00
Gabriel Luiz Freitas Almeida
10cabefa5a
Merge branch 'dev' into task/update_langchain_semver 2023-04-27 16:58:50 -03:00
Gabriel Luiz Freitas Almeida
d78f8bea2c
Merge branch 'main' into task/update_langchain_semver 2023-04-27 16:57:22 -03:00
Gabriel Almeida
a067b38d9a build(pyproject.toml): add pytest-cov package to dev dependencies 2023-04-27 15:03:11 -03:00
Gabriel Almeida
5610073386 chore(pyproject.toml): update package version from 0.0.58 to 0.0.59 2023-04-27 15:03:11 -03:00
Gabriel Almeida
7309734307 chore(pyproject.toml): update langchain dependency from 0.0.131 to 0.0.150 2023-04-27 15:03:11 -03:00
Gabriel Almeida
7eeffc5a6e chore(pyproject.toml): update langflow package version from 0.0.57 to 0.0.58 2023-04-25 21:08:37 -03:00
Gabriel Almeida
e1544aadae chore(pyproject.toml): add websockets dependency
refactor(chat_manager.py): remove redundant json.dumps() and convert BaseModel to dict before sending to websocket
2023-04-25 16:35:17 -03:00
Gabriel Almeida
0b087e28c5 feat(pyproject.toml): add pyarrow dependency to the project. 2023-04-19 00:48:22 -03:00
Gabriel Almeida
188cbb0ed0 chore(pyproject.toml): update package version from 0.0.56 to 0.0.57 2023-04-17 21:29:40 -03:00
Gabriel Almeida
a36aedd8fd fix(pyproject.toml): replace psycopg2 with psycopg2-binary to avoid installation issues 2023-04-17 21:29:40 -03:00
Ibis Prevedello
ec0c6c79c1 feat: add SQL agent 2023-04-13 22:33:46 -03:00
Ibis Prevedello
ba1f7daa7a refac: change docstring parser 2023-04-13 21:39:25 -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
Ibis Prevedello
b9ef727248 refac: remove UnstructuredImageLoader because of issue with Python 3.11 2023-04-13 11:52:42 -03:00
Ibis Prevedello
c69e5a72f0 feat: add document loaders 2023-04-13 11:52:42 -03:00
Gabriel Luiz Freitas Almeida
396cb7be2b
Merge branch 'dev' into 146-improve-conversationchain-node 2023-04-10 19:20:56 -03:00
Gabriel Almeida
5c60d49618 feat(pyproject.toml): add networkx dependency to the project 2023-04-10 15:20:42 -03:00
Ibis Prevedello
fee2e52ec1 Merge branch 'dev' into vecstores 2023-04-10 10:20:56 -03:00
Yoaz Menda
f02f0f9c98 Add support to llama as llm 2023-04-09 06:51:17 -03:00
Ibis Prevedello
a9f5da948b Bump version 2023-04-08 13:49:22 -03:00
Ibis Prevedello
616dfd0370 Merge branch 'dev' into vecstores 2023-04-07 13:06:49 -03:00
Ibis Prevedello
cf4ceb0e1a feat: first version of vecstore, docloader and embeddings working 2023-04-06 13:55:07 -03:00
Gabriel Almeida
2e17c9738d fix: include rich in main 2023-04-06 12:13:08 -03:00
Gabriel Almeida
14e2674d00 bump to 0.0.54 2023-04-06 09:01:52 -03:00