Eesa Hamza
5d871f04e6
Added pinecone connectivity check and added relevant logging
2023-04-12 23:29:54 +03:00
Eesa Hamza
a850c27dd5
Improved logging on connection fail to redis
2023-04-12 23:13:34 +03:00
Drikus Roor
1f837968ff
fix: Fix flake8 errors based on the flake8 command with a narrower definition of errors
2023-04-12 22:12:25 +02:00
Itamar Friedman
57bca3620e
minor style
2023-04-12 23:04:43 +03:00
Itamar Friedman
c63645cbba
redo suggested changes. move unit test files to the fitting directory
2023-04-12 22:41:23 +03:00
Itamar Friedman
7c0c896600
Merge branch 'master' into browse_scrape_links_test_and_validate
2023-04-12 22:31:51 +03:00
Richard Beales
7e3ff66494
Merge pull request #913 from chozzz/bugfix-823
...
Bugfix for #840 - Local memory fix
2023-04-12 20:07:50 +01:00
Maiko Bossuyt
4c30b47bbc
Merge branch 'add_ingest_documents_script' of https://github.com/maiko/Auto-GPT into add_ingest_documents_script
2023-04-12 20:40:41 +02:00
Maiko Bossuyt
2afc89a1a4
Merge branch 'Torantulino:master' into add_ingest_documents_script
2023-04-12 20:40:11 +02:00
Richard Beales
0528aacfb7
Merge pull request #827 from PierreBastiani/user_input-quality_of_life
...
check for authorise 'y' without trailing space
2023-04-12 19:36:58 +01:00
Richard Beales
bc75c74eef
Merge pull request #957 from cryptidv/master
...
Adds a '--use-memory' flag to choose memory backend at runtime
2023-04-12 19:33:30 +01:00
Maiko Bossuyt
280647ff38
Update data_ingestion.py
...
move the search_file function inside the data_ingestion script
add memory initialisation argument
add overlap argument
add chunk max_length argument
2023-04-12 20:19:36 +02:00
Maiko Bossuyt
4465486ea3
Update file_operations.py
...
move the search_file function inside the data_ingestion script
2023-04-12 20:19:27 +02:00
Fabrice Hong
9f8b9db7bb
fix(global): fix wrong calls
2023-04-12 20:08:47 +02:00
Fabrice Hong
0f3c85335c
fix(logger): fix file handler not outputing DEBUG
2023-04-12 19:57:22 +02:00
Fabrice Hong
158c576a87
refactor(logger): rename the typewriter log function from 'log' to 'typewriter_log'
2023-04-12 19:57:17 +02:00
Fabrice Hong
862d44ea39
fix(logger): fix typewriter simulation doesn't work well with Typing spinner
2023-04-12 19:54:03 +02:00
Maiko Bossuyt
8faa6ef949
Create data_ingestion.py
...
This script is use when we want to seed Auto-GPT memory with one or multiple documents.
The document are read, split into chunks and store in the memory.
2023-04-12 19:47:51 +02:00
Maiko Bossuyt
c91117616f
Update file_operations.py
...
revert change in import as we don't need them
2023-04-12 19:46:58 +02:00
Fabrice Hong
1f5049a9c4
doc(logger): added class documentation
2023-04-12 19:41:11 +02:00
Fabrice Hong
43c006d71c
feat(global): errors logs are logged as debug level and activated with program argument 'debug'
2023-04-12 19:41:08 +02:00
Maiko Bossuyt
137751f95c
Merge branch 'Torantulino:master' into add_ingest_documents_script
2023-04-12 19:36:40 +02:00
Richard Beales
0e004f5c14
Merge pull request #697 from Wladastic/fix-user-feedback-json-error
...
fix json parser
2023-04-12 18:22:47 +01:00
Richard Beales
364e2a4ba1
Merge branch 'master' into add-unit-tests-workflow
2023-04-12 18:14:37 +01:00
Maiko Bossuyt
d7609b3095
Merge branch 'add_ingest_documents_script' of https://github.com/maiko/Auto-GPT into add_ingest_documents_script
2023-04-12 19:13:26 +02:00
Maiko Bossuyt
0dddc94bda
Add file ingestion methode in file_operations.py
...
Add the following functions to ingest data into memory before Auto-GPT run.
- split_file: given a content, split it in chunks of max_length with (or without) a specified overlap
- ingest_file: read a file, use split_file to split it in chunks and load each chunk in memory
- ingest_directory: ingest all files in a directory in memory
2023-04-12 19:13:04 +02:00
Richard Beales
9c9758c720
Merge pull request #700 from Rokniel/azure-deployment-additions
...
Add required env parameters for azure usage
2023-04-12 18:08:54 +01:00
Richard Beales
c98471e333
Merge pull request #685 from STRML/fix/json-parsing
...
Fix various JSON input bugs
2023-04-12 18:03:34 +01:00
Bernhard Mueller
940772b502
Merge branch 'shellcommands' of github.com:muellerberndt/Auto-GPT into shellcommands
2023-04-12 23:47:16 +07:00
Bernhard Mueller
affe77e18c
Call subprocess.run with shell=True
2023-04-12 23:46:55 +07:00
Richard Beales
a7176cd229
Merge pull request #215 from slavakurilyak/security-and-robustness-improvements
...
Improve Security and Robustness in browse.py
2023-04-12 17:37:44 +01:00
Bernhard Mueller
9e8d35277b
Update scripts/commands.py
...
Co-authored-by: Peter Stalman <sarkedev@gmail.com >
2023-04-12 23:32:17 +07:00
Bernhard Mueller
cc9723c26e
Make chdir code more robust
2023-04-12 23:30:35 +07:00
Bernhard Mueller
15dffed6e5
Merge branch 'master' of github.com:Torantulino/Auto-GPT into shellcommands
2023-04-12 23:15:31 +07:00
profound
c5f0cb3d3f
fix read config file encoding that broke Chinese
2023-04-12 23:38:30 +08:00
roby.parapat
730fbf591f
pull image if it's not found locally
2023-04-12 22:15:22 +07:00
Samuel Reed
434f27fb51
Fix various JSON input bugs in correction
...
By not having correct_json(json_str) in the try/except,
it was still easily possible to throw Invalid JSON errors.
When responses were received with no JSON at all, parsing
would fail on attempting to locate the braces.
2023-04-12 10:34:33 -04:00
Alrik Olson
2ef9928a2e
Merge remote-tracking branch 'origin/master' into prompt-generator
2023-04-12 07:33:36 -07:00
Eesa Hamza
ec6918ab48
Added some comments
2023-04-12 16:59:50 +03:00
Eesa Hamza
083ccb6bd3
Added a memory backend argument
2023-04-12 16:58:39 +03:00
Wlad
0105dd340a
Merge remote-tracking branch 'upstream/master' into fix-user-feedback-json-error
2023-04-12 15:01:24 +02:00
Peter Edwards
6fa9501251
Merge branch 'Torantulino:master' into more_azure
2023-04-12 13:28:23 +02:00
Gull Man
c932087997
add encoding to open file
2023-04-12 12:13:18 +02:00
sarango
16b37fff1d
Fix to LocalCache add method, created integration test for it
2023-04-12 21:49:23 +12:00
Peter Edwards
650e2dcd6d
cleaned up .env to move Azure config to separate azure.yaml file
...
updated README.md to explain new config
added Azure yaml loader to config class
centralized model retrieval into config class
this commit effectively combines and replaces #700 and #580
2023-04-12 11:27:37 +02:00
Itamar Friedman
1a7159095a
Merge remote-tracking branch 'upstream/master' into browse_scrape_links_test_and_validate
2023-04-12 12:18:16 +03:00
Richard Beales
3ea57ca326
Merge pull request #888 from chozzz/bugfix
...
Bugfix for #803 - Debug mode
2023-04-12 10:06:04 +01:00
Wlad
c6605b06c5
Merge remote-tracking branch 'upstream/master' into fix-user-feedback-json-error
2023-04-12 10:58:09 +02:00
Wlad
4063483b87
add my fixes
2023-04-12 10:56:54 +02:00
Richard Beales
4dbf72159d
Merge pull request #542 from ccheney/attr-error-lower
...
command_name null check before calling .lower()
2023-04-12 09:54:05 +01:00