Commit Graph

104 Commits

Author SHA1 Message Date
Sarah Wooders
06fd6005ce chore: bump version to 0.3.12 (#1291) 2024-04-22 21:34:38 -07:00
Sarah Wooders
922fd5b513 feat: use background tasks for processing uploaded files to REST API (#1263) 2024-04-19 18:15:30 -07:00
Sarah Wooders
f3b5f5e7db fix: Clean up and simplify docker entrypoint (#1235) (#1259)
Co-authored-by: Ethan Knox <norton120@gmail.com>
2024-04-18 22:39:11 -07:00
Charles Packer
d7d1bd1516 feat: add streaming support for OpenAI-compatible endpoints (#1262) 2024-04-17 23:40:52 -07:00
Sarah Wooders
fa68dab7e3 chore: bump version (#1269) 2024-04-17 19:18:33 -07:00
Sarah Wooders
22e52dc1bc chore: bump version to 3.10 (#1252) 2024-04-12 22:31:03 -07:00
Sarah Wooders
a2d9d5465e chore: bump version to 0.3.9 (#1238) 2024-04-10 19:45:39 -07:00
Sarah Wooders
ff9b8e93dc chore: upgrade dependencies and make package compatible with Python 3.12 (#1228) 2024-04-06 13:46:23 -07:00
Sarah Wooders
cda66338a9 fix: upgrade llama-index-embeddings-huggingface package and fix bug with local embeddings (#1222) 2024-04-05 22:43:27 -07:00
Sarah Wooders
6b2c1c7cf3 chore: bump version to 0.3.8 (#1217) 2024-04-03 13:07:14 -07:00
Charles Packer
ed2a06aea5 chore: bump version to 0.3.7 (#1173) 2024-03-20 22:03:56 -07:00
Charles Packer
71cd84e31f chore: bump version to 0.3.6 (#1114) 2024-03-11 16:33:38 -07:00
Sarah Wooders
dc958bcd9e feat: Add data sources to REST API (#1118) 2024-03-10 14:34:35 -07:00
Charles Packer
b796c01edf chore: bump version to 0.3.5 (#1091) 2024-03-05 21:28:02 -08:00
Sarah Wooders
fd199f11af chore: only install llama-index-embeddings-huggingface for extras local (#1099) 2024-03-05 17:20:20 -08:00
Sarah Wooders
5e754df9d7 fix: move to TokenTextSplitter for more reliable chunking (#1098) 2024-03-05 17:00:28 -08:00
Charles Packer
637cb9c2b4 feat: one time pass of autoflake + add autoflake to dev extras (#1097)
Co-authored-by: tombedor <tombedor@gmail.com>
2024-03-05 16:35:12 -08:00
Charles Packer
1ada95ce5d ci: patch embedding issue in tests (#1096) 2024-03-05 13:52:54 -08:00
thefux
f6de3bd7ff fix: huggingface embeddings dependency (#1087)
Co-authored-by: Abderrahmen Rakez <a.rakez@envisia.de>
Co-authored-by: sarahwooders <sarahwooders@gmail.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-04 17:21:07 -08:00
Sarah Wooders
40b23987ed feat: Update REST API routes GET information for agents/humans/personas and store humans/personas in DB (#1074) 2024-03-02 13:07:24 -08:00
Charles Packer
6778cf89c5 chore: bump version to 0.3.4 (#1075) 2024-02-29 20:52:08 -08:00
tombedor
1097eee7ab fix: configure black (#1072) 2024-02-29 15:19:08 -08:00
Sarah Wooders
12a55831ca feat: Add data loading and attaching to server (#1051) 2024-02-24 19:34:32 -08:00
Sarah Wooders
4cdd9ee01f feat: refactor loading and attaching data sources, and upgrade to llama-index==0.10.6 (#1016) 2024-02-18 16:57:01 -08:00
Sarah Wooders
46a90d6364 chore: bump version 0.3.3 (#1015) 2024-02-18 13:22:27 -08:00
Charles Packer
fbd84f7a05 chore: remove python-box from deps (#1019) 2024-02-16 12:08:01 -08:00
Sarah Wooders
442fa6854b chore: bump to version 0.3.2 (#995) 2024-02-12 17:00:46 -08:00
Sarah Wooders
a114003292 chore: bump version to 0.3.1 (#979) 2024-02-08 20:48:44 -08:00
Sarah Wooders
312d44b87f chore: require >=3.10 for python (#931) 2024-01-25 13:15:22 -08:00
Charles Packer
c29f9607ab chore: bump version to 0.3.0 (#912) 2024-01-23 14:08:36 -08:00
RT
114782a360 build: Add a warn-only pyright Github action (#861) 2024-01-20 16:03:20 -08:00
Sarah Wooders
492796ed5f chore: Updatepyproject.toml and README (#866) 2024-01-19 15:44:41 -08:00
Sarah Wooders
ea451a2cc8 fix: Remove psycopg dependency (#853) 2024-01-18 19:43:52 -08:00
Charles Packer
5413822e84 chore: bump version to 0.2.12 (#805) 2024-01-11 15:52:51 -08:00
cpacker
3c930de917 Merge branch 'main' into cherry-pick-storage-refactor 2024-01-04 13:11:01 -08:00
Sarah Wooders
2bc53ad66b Add assert for postgres storage connector column type 2024-01-04 11:20:03 -08:00
Sarah Wooders
b117cce693 Upgrade pytest version 2024-01-04 10:42:11 -08:00
Charles Packer
4f29b2d1af bump version 0.2.11 (#777) 2024-01-03 15:05:01 -08:00
cpacker
439efe4bc6 add pexpect to dev dependencies 2024-01-02 22:08:15 -08:00
Sarah Wooders
ba8efb03e8 Add sqlalchemy package 2023-12-27 14:58:57 +04:00
Sarah Wooders
0c2bf05406 Bugfixes for get_all function and code cleanup to match main 2023-12-26 17:50:49 +04:00
Sarah Wooders
223e196da8 Support recall and archival memory for postgres
working test
2023-12-26 17:05:24 +04:00
Charles Packer
6ab500b3b6 bump version 0.2.10 (#699) 2023-12-25 11:45:53 -08:00
Charles Packer
5d38dd5633 bump version (bugfix release) (#683) 2023-12-22 11:25:12 -08:00
Sarah Wooders
3541fd0c54 bump version to 0.2.8 (#678) 2023-12-22 09:57:16 -08:00
Charles Packer
f839e0a2ea poetry add [html2text/docx2text] (#633) 2023-12-16 13:21:19 -08:00
Charles Packer
e70a59dcd4 added autogen as an extra (#616)
* added autogen as an extra

* updated docs

Co-authored-by: hemanthsavasere <hemanth.savasere@gmail.com>
2023-12-13 21:36:03 -08:00
Charles Packer
b7427e2de7 API server refactor + REST API (#593)
* init server refactor

* refactored websockets server/client code to use internal server API

* added intentional fail on test

* update workflow to try and get test to pass remotely

* refactor to put websocket code in a separate subdirectory

* added fastapi rest server

* add error handling

* modified interface return style

* disabled certain tests on remote

* added SSE response option for user_message

* fix ws interface test

* fallback for oai key

* add soft fail for test when localhost is borked

* add step_yield for all server related interfaces

* extra catch

* update toml + lock with server add-ons (add uvicorn+fastapi, move websockets to server extra)

* regen lock file

* added pytest-asyncio as an extra in dev

* add pydantic to deps

* renamed CreateConfig to CreateAgentConfig

* fixed POST request for creating agent + tested it
2023-12-11 15:08:42 -08:00
Sarah Wooders
033d9d61f4 Bump version 0.2.7 (#607) 2023-12-10 22:36:19 -08:00
Sarah Wooders
aecc4c1deb Add lancedb and chroma into default package dependencies (#605)
* add lancedb and chroma info default dependencies

* Update tests.yml

---------

Co-authored-by: Charles Packer <packercharles@gmail.com>
2023-12-10 21:20:33 -08:00