Commit Graph

119 Commits

Author SHA1 Message Date
Charles Packer
fd148132c5 Update README.md 2023-12-02 13:17:22 -08:00
Charles Packer
a80568ed3d Update README.md 2023-12-01 14:45:14 -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
Charles Packer
29d67ba848 Updated documentation for users (#365)
---------

Co-authored-by: Vivian Fang <hi@vivi.sh>
2023-11-07 17:30:14 -08:00
Sarah Wooders
6217234942 Fix README local LLM link 2023-11-06 13:05:24 -08:00
Sarah Wooders
1595897fb8 Remove redundant docs from README (#334) 2023-11-06 13:01:32 -08:00
Charles Packer
f5e6497668 patch in-chat command info (#332) 2023-11-06 12:50:27 -08:00
Charles Packer
caba2f468c Create docs pages (#328)
* Create docs  (#323)

* Create .readthedocs.yaml

* Update mkdocs.yml

* update

* revise

* syntax

* syntax

* syntax

* syntax

* revise

* revise

* spacing

* Docs (#327)

* add stuff

* patch homepage

* more docs

* updated

* updated

* refresh

* refresh

* refresh

* update

* refresh

* refresh

* refresh

* refresh

* missing file

* refresh

* refresh

* refresh

* refresh

* fix black

* refresh

* refresh

* refresh

* refresh

* add readme for just the docs

* Update README.md

* add more data loading docs

* cleanup data sources

* refresh

* revised

* add search

* make prettier

* revised

* updated

* refresh

* favi

* updated

---------

Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2023-11-06 12:38:49 -08:00
Sarah Wooders
d9b9ad4860 Fix formatting in README.md 2023-11-05 11:18:38 -08:00
Hans Raaf
71d696dc9e I added a "/retry" command to retry for getting another answer. (#188)
* I added a "/retry" command to retry for getting another answer.

- Implemented to pop messages until hitting the last user message. Then
  extracting the users last message and sending it again. This will also
  work with state files and after manually popping messages.
- Updated the README to include /retry
- Update the README for "pop" with parameter and changed default to 3 as
  this will pop "function/assistant/user" which is the usual turn
  around.

* disclaimer

---------

Co-authored-by: Charles Packer <packercharles@gmail.com>
2023-11-03 21:04:37 -07:00
Hans Raaf
dcdfa04fc0 I added commands to shape the conversation: (#218)
* I added commands to shape the conversation:

`/rethink <text>` will change the internal dialog of the last assistant message.
`/rewrite <text>` will change the last answer of the assistant.

Both commands can be used to change how the conversation continues in
some pretty drastic and powerfull ways.

* remove magic numbers

* add disclaimer

---------

Co-authored-by: cpacker <packercharles@gmail.com>
2023-11-03 20:57:43 -07:00
Hans Raaf
9189a7bf26 I made dump showing more messages and added a count (the last x) (#204)
* I made dump showing more message and added a count (the last x)

There seem to be some changes about the implementation so that the
current dump message helper functions do not show a lot of useful info.

I changed it so that you can `dump 5` (last 5 messages) and that it will
print user readable output. This lets you get some more understanding about
what is going on.

As some messages are still not shown I also show the index (reverse) of the
printed message, so one can see what to "pop" to reach a special point
without geting into the drumpraw.

* black

* patch

---------

Co-authored-by: Charles Packer <packercharles@gmail.com>
2023-11-03 20:47:23 -07:00
Sarah Wooders
b9ce763fda VectorDB support (pgvector) for archival memory (#226) 2023-11-03 16:19:15 -07:00
Sarah Wooders
3fead07dc2 Fix --data-source in README 2023-11-03 08:55:17 -07:00
Vivian Fang
6f188cffc4 Allow loading in a directory non-recursively (#246) 2023-11-02 10:04:01 -07:00
Charles Packer
438d8e8cee Update README.md 2023-11-01 16:46:08 -07:00
Sarah Wooders
f765290cfb Update README for CLI changes (#207)
* mark depricated API section

* add readme

* add readme

* add readme

* add readme

* add readme

* add readme

* add readme

* add readme

* add readme

* CLI bug fixes for azure

* check azure before running

* Update README.md

* Update README.md

* bug fix with persona loading

* remove print
2023-11-01 01:03:41 -07:00
Charles Packer
0f27c1a57a Updated README.md with Poetry install instructions 2023-10-27 12:14:42 -07:00
Sarah Wooders
111872c841 update README 2023-10-26 16:20:44 -07:00
Sarah Wooders
0eb264d7eb add precommit 2023-10-26 16:18:51 -07:00
cpacker
95c3d9b90d powershell instruction 2023-10-26 16:11:58 -07:00
Sarah Wooders
faec3b47fc update README with development instructions 2023-10-26 15:35:49 -07:00
Vivian Fang
86bfafdf31 Merge pull request #140 from cpacker/azure-patch
Patch azure support

Co-Authored-By: rivms <50959956+rivms@users.noreply.github.com>
2023-10-26 14:56:25 -07:00
Vivian Fang
1848d716f0 patch azure support
Co-Authored-By: Rivaaj Jumna <50959956+rivms@users.noreply.github.com>
2023-10-26 14:48:07 -07:00
Vivian Fang
47bb12826f Update README.md 2023-10-26 00:06:40 -07:00
Vivian Fang
22d30e2531 Revert "roll back readme (revert me when pypi package is updated)"
This reverts commit 071b8dd3d14c6aadeaedad52d7895c70ac8ef19b.
2023-10-25 16:52:38 -07:00
Vivian Fang
bc81cdcef4 Revert "Revert "cleanup""
This reverts commit 6cd2a0049b02643ef800f7c2ddb45a1f4bd5babf.
2023-10-25 12:42:35 -07:00
Vivian Fang
8c3409cf02 Revert "cleanup"
This reverts commit 85d9fba811f237fc0c625e920d4ee5995a9308f6, reversing
changes made to a7e06d0acc1b69b311fb16e386c4867337fe76f8.
2023-10-25 01:02:43 -07:00
Vivian Fang
8bc81ff12d roll back readme (revert me when pypi package is updated) 2023-10-24 00:57:09 -07:00
Vivian Fang
e1ef650ebb update README 2023-10-23 23:30:53 -07:00
Vivian Fang
76a8f1905f update README 2023-10-23 23:15:48 -07:00
Vivian Fang
2750a7d812 update README 2023-10-23 23:14:03 -07:00
Vivian Fang
eec3f39b53 update README 2023-10-23 23:00:27 -07:00
Vivian Fang
d6de8b532c update for windows 2023-10-23 22:54:12 -07:00
Vivian Fang
0d2fa5aa78 Merge branch 'main' of github.com:cpacker/MemGPT into poetry-package 2023-10-23 17:47:28 -07:00
Vivian Fang
90bf6a0f78 update README, stub main.py 2023-10-23 16:58:36 -07:00
Charles Packer
68e422f56f Update README.md 2023-10-23 13:02:20 -07:00
Charles Packer
00179f9e38 Update README.md 2023-10-23 13:01:47 -07:00
Vivian Fang
7225d4b9b7 Update README.md 2023-10-23 02:31:13 -07:00
Vivian Fang
49da46f039 Merge pull request #96 from cpacker/cli-overhaul
CLI overhaul
2023-10-23 01:14:53 -07:00
Charles Packer
326bdb10a9 Update README.md 2023-10-23 01:13:02 -07:00
Vivian Fang
cbbe8a3ce6 Update README.md 2023-10-23 01:09:44 -07:00
Vivian Fang
619bde8e6d update README.md to reflect new cli 2023-10-22 22:48:02 -07:00
Vivian Fang
be10a0fbd4 remove readline 2023-10-22 22:31:54 -07:00
Charles Packer
5935f14d7f Update README.md 2023-10-21 23:08:03 -07:00
Vivian Fang
d905621d71 Update README.md 2023-10-21 15:08:38 -07:00
Charles Packer
8d43af5a7a azure support 2023-10-21 14:27:36 -07:00
Vivian Fang
3e43519605 Revert "azure support"
This reverts commit 07d721e9b502091d8e2834dd53523ff5ff639eb0.
2023-10-21 14:21:16 -07:00
Charles Packer
5b99f089ee azure support 2023-10-21 14:16:11 -07:00
Charles Packer
3c4562ea81 Update README.md 2023-10-20 20:35:50 -07:00