Charles Packer
408ccec317
Update autogen.md ( #571 )
...
Update example config to match `pyautogen==0.2.0`
2023-12-04 13:02:49 -08:00
Charles Packer
2f0e87454f
Update autogen.md
2023-12-04 12:52:25 -08:00
Charles Packer
4b8ce55280
Update autogen.md to include Azure config example + patch for pyautogen>=0.2.0 ( #555 )
...
* Update autogen.md
* in groupchat example add an azure elif
* fixed missing azure mappings + corrected the gpt-4-turbo one
* Updated MemGPT AutoGen agent to take credentials and store them in the config (allows users to use memgpt+autogen without running memgpt configure), also patched api_base kwarg for autogen >=v0.2
* add note about 0.2 testing
* added overview to autogen integration page
* default examples to openai, sync config header between the two main examples, change speaker mode to round-robin in 2-way chat to supress warning
* sync config header on last example (not used in docs)
* refactor to make sure we use existing config when writing out extra credentials
* fixed bug in local LLM where we need to comment out api_type (for pyautogen>=0.2.0)
2023-12-04 12:49:08 -08:00
Charles Packer
df999de4c1
use a consistent warning prefix across codebase ( #569 )
2023-12-04 11:38:51 -08:00
Alex Perez
49e8308fe7
Update storage.md ( #564 )
...
fix typo
2023-12-03 23:01:32 -08:00
Charles Packer
fd148132c5
Update README.md
2023-12-02 13:17:22 -08:00
Charles Packer
74e7826100
fix cannot import name 'EmptyIndex' from 'llama_index' ( #558 )
2023-12-01 18:09:29 -08:00
Sarah Wooders
4bee883bf5
Upgrade to llama_index=0.9.10 ( #556 )
...
* minor fix
* forgot to add embedding file
* upgrade llama index
2023-12-01 17:45:25 -08:00
Sarah Wooders
2004af555f
Add docs file for customizing embedding mode ( #554 )
...
* minor fix
* forgot to add embedding file
2023-12-01 16:31:27 -08:00
Sarah Wooders
9f9660bbf7
bump version ( #551 )
2023-12-01 16:10:58 -08:00
Charles Packer
a80568ed3d
Update README.md
2023-12-01 14:45:14 -08:00
Sarah Wooders
cedf8778af
Add documentation for using Hugging Face models for embeddings ( #549 )
2023-12-01 14:36:07 -08:00
Sarah Wooders
f7b4213ef8
Fix vLLM endpoint to have correct suffix ( #548 )
...
* minor fix
* fix vllm endpoint
* fix docs
2023-12-01 14:11:05 -08:00
Charles Packer
9fc4dedd7b
Update autogen.md
2023-12-01 11:36:01 -08:00
Charles Packer
69668d275b
Update ollama.md
2023-12-01 11:33:18 -08:00
Charles Packer
152f78d3d8
Update ollama.md
2023-12-01 11:32:22 -08:00
Charles Packer
d24f294f2b
Update ollama.md
2023-12-01 11:31:19 -08:00
Charles Packer
a344732ce1
Update vllm.md
2023-12-01 11:29:00 -08:00
Charles Packer
5d3f2f1a12
added vLLM doc page since we support it ( #545 )
...
* added vLLM doc page since we support it
* capitalization
* updated documentation
2023-12-01 11:27:24 -08:00
Charles Packer
a2bf5a2b58
update docs ( #547 )
...
* update admonitions
* Update local_llm.md
* Update webui.md
* Update autogen.md
* Update storage.md
* Update example_chat.md
* Update example_data.md
* Update example_chat.md
* Update example_data.md
2023-12-01 11:23:43 -08:00
Charles Packer
b80b816856
Update autogen.md ( #544 )
2023-11-30 18:12:15 -08:00
Charles Packer
8323fb6ec3
clean docs ( #543 )
2023-11-30 18:09:14 -08:00
Charles Packer
fe7193eea3
Documentation update ( #541 )
...
* Update autogen.md
* Update autogen.md
2023-11-30 17:52:47 -08:00
Charles Packer
e9010068a9
Update local_llm.md ( #542 )
2023-11-30 17:52:32 -08:00
Charles Packer
b741b601fb
Update AutoGen documentation and notebook example ( #540 )
...
* Update AutoGen documentation
* Update webui.md
* Update webui.md
* Update lmstudio.md
* Update lmstudio.md
* Update mkdocs.yml
* Update README.md
* Update README.md
* Update README.md
* Update autogen.md
* Update local_llm.md
* Update local_llm.md
* Update autogen.md
* Update autogen.md
* Update autogen.md
* refreshed the autogen examples + notebook (notebook is untested)
* unrelated patch of typo I noticed
* poetry remove pyautogen, then manually removed autogen extra in .toml
* add pdf dependency
---------
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2023-11-30 17:45:04 -08:00
Sarah Wooders
2857ae1c81
Remove usage of BACKEND_TYPE ( #539 )
2023-11-30 14:18:25 -08:00
Sarah Wooders
2d23370930
Removing dead code + legacy commands ( #536 )
2023-11-30 13:37:11 -08:00
Sarah Wooders
313dc471c8
Run formatting checks with poetry ( #537 )
...
* update black version
* add workflow dispatch
2023-11-30 13:30:58 -08:00
Charles Packer
0b5d921843
Update contributing.md (typo) ( #538 )
2023-11-30 13:29:28 -08:00
Charles Packer
5e7676e133
Remove openai package and migrate to requests ( #534 )
2023-11-30 13:00:13 -08:00
Ayush Chaurasia
4a2a28981b
LanceDB integration bug fixes and improvements ( #528 )
...
* fixes
* update
* lint
2023-11-30 10:32:29 -08:00
Charles Packer
8bd29c90ba
Update bug_report.md
2023-11-29 13:32:20 -08:00
Charles Packer
0621fc6934
Update bug_report.md ( #532 )
2023-11-29 13:29:41 -08:00
Charles Packer
a367ee4072
patched a bug where outputs of a regex extraction weren't getting cast back to string, causing an issue when the dict was then passed to json.dumps() ( #533 )
2023-11-29 12:57:05 -08:00
Sarah Wooders
b05b09439f
Add user field for vLLM endpoint ( #531 )
2023-11-29 12:30:42 -08:00
Sarah Wooders
eca26be7ea
add autogen extra ( #530 )
2023-11-29 11:30:27 -08:00
Claudio Cambra
2ec6c512c4
Fix class names used in persistence manager logging ( #503 )
...
* Fix class names used in persistence manager logging
Signed-off-by: Claudio Cambra <developer@claudiocambra.com >
* Use self.__class__.__name__ for logging in different persistence managers
Signed-off-by: Claudio Cambra <developer@claudiocambra.com >
---------
Signed-off-by: Claudio Cambra <developer@claudiocambra.com >
2023-11-28 23:11:11 -08:00
Charles Packer
f4a1455c24
Clean memory error messages ( #523 )
...
* Raise a custom keyerror instead of basic keyerror to clarify issue to LLM processor
* remove self value from error message passed to LLM processor
* simplify error message propogated to llm processor
2023-11-27 16:41:42 -08:00
Charles Packer
c5d04ede82
Update mkdocs.yml ( #525 )
2023-11-27 16:35:20 -08:00
Charles Packer
89013567fa
Update mkdocs theme, small fixes for mkdocs.yml ( #522 )
2023-11-27 16:30:41 -08:00
Sarah Wooders
ed356dd82c
Add support for HuggingFace Text Embedding Inference endpoint for embeddings ( #524 )
2023-11-27 16:28:49 -08:00
Charles Packer
3bc20291b4
Update contributing.md ( #520 )
2023-11-27 13:51:30 -08:00
Charles Packer
1a490b8aef
Update contributing.md ( #518 )
2023-11-27 13:05:30 -08:00
Sarah Wooders
bd4eeb3ccd
Update contributing guidelines ( #516 )
...
* update contributing
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
2023-11-27 13:01:47 -08:00
Paul Asquin
20fe8ddc92
fix autogem to autogen ( #512 )
2023-11-27 13:00:33 -08:00
Sarah Wooders
fe6be5c3bd
Add warning if no data sources loaded on /attach command ( #513 )
...
* minor fix
* add warn instead of error for no data sources
2023-11-27 13:00:23 -08:00
Charles Packer
04e6d548c3
extra arg being passed causing a runtime error ( #517 )
2023-11-27 11:36:26 -08:00
Charles Packer
188236b457
add core memory char limits to text shown in core memory ( #508 )
...
* add core memory char limits to text shown in core memory
* include char limit in xml tag
* add flag to allow reverting to old version
2023-11-26 20:00:01 -08:00
Charles Packer
f92d8dfc8b
add a longer prefix that to the default wrapper ( #510 )
...
* add a longer prefix that to the default wrapper (not just opening brace, but up to 'function: ' part since that is always present)
* drop print
2023-11-26 19:59:49 -08:00
Charles Packer
2121130a88
add new manual json parser meant to catch send_message calls with trailing bad extra chars ( #509 )
...
* add new manual json parser meant to catch send_message calls with stray trailing chars, patch json error passing
* typo
2023-11-25 16:30:12 -08:00