Commit Graph

114 Commits

Author SHA1 Message Date
Sarah Wooders
a42c8bb5ef
Remove redundant docs from README (#334) 2023-11-06 13:01:32 -08:00
Charles Packer
facaf342e4
patch in-chat command info (#332) 2023-11-06 12:50:27 -08:00
Charles Packer
a4d7732a9e
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
665ba541d6
Fix formatting in README.md 2023-11-05 11:18:38 -08:00
Hans Raaf
26ba63cbf0
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
3296af711d
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
0046ad9606
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
2492db6b59
VectorDB support (pgvector) for archival memory (#226) 2023-11-03 16:19:15 -07:00
Sarah Wooders
319bb500ad
Fix --data-source in README 2023-11-03 08:55:17 -07:00
Vivian Fang
74d4a297d8
Allow loading in a directory non-recursively (#246) 2023-11-02 10:04:01 -07:00
Charles Packer
5658a1d8eb
Update README.md 2023-11-01 16:46:08 -07:00
Sarah Wooders
da4d1585ea
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
d9d16eec6a
Updated README.md with Poetry install instructions 2023-10-27 12:14:42 -07:00
Sarah Wooders
a3ff237d76 update README 2023-10-26 16:20:44 -07:00
Sarah Wooders
eebcee6dc0 add precommit 2023-10-26 16:18:51 -07:00
cpacker
2ccc4544f5 powershell instruction 2023-10-26 16:11:58 -07:00
Sarah Wooders
222014b2d0 update README with development instructions 2023-10-26 15:35:49 -07:00
Vivian Fang
571d15be77
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
6468c4d6d0 patch azure support
Co-Authored-By: Rivaaj Jumna <50959956+rivms@users.noreply.github.com>
2023-10-26 14:48:07 -07:00
Vivian Fang
67d9acaf1b
Update README.md 2023-10-26 00:06:40 -07:00
Vivian Fang
2e33ef879d Revert "roll back readme (revert me when pypi package is updated)"
This reverts commit 071b8dd3d1.
2023-10-25 16:52:38 -07:00
Vivian Fang
f48c81d9a0 Revert "Revert "cleanup""
This reverts commit 6cd2a0049b.
2023-10-25 12:42:35 -07:00
Vivian Fang
6cd2a0049b Revert "cleanup"
This reverts commit 85d9fba811, reversing
changes made to a7e06d0acc.
2023-10-25 01:02:43 -07:00
Vivian Fang
071b8dd3d1 roll back readme (revert me when pypi package is updated) 2023-10-24 00:57:09 -07:00
Vivian Fang
0523ae751e update README 2023-10-23 23:30:53 -07:00
Vivian Fang
df15dabcf9 update README 2023-10-23 23:15:48 -07:00
Vivian Fang
b96ac0fa20 update README 2023-10-23 23:14:03 -07:00
Vivian Fang
6753c8f340 update README 2023-10-23 23:00:27 -07:00
Vivian Fang
e9024723ee update for windows 2023-10-23 22:54:12 -07:00
Vivian Fang
35d2cff061 Merge branch 'main' of github.com:cpacker/MemGPT into poetry-package 2023-10-23 17:47:28 -07:00
Vivian Fang
16c9167d15 update README, stub main.py 2023-10-23 16:58:36 -07:00
Charles Packer
8534c67605
Update README.md 2023-10-23 13:02:20 -07:00
Charles Packer
3e4e1e8e0d
Update README.md 2023-10-23 13:01:47 -07:00
Vivian Fang
6af4ba7f33
Update README.md 2023-10-23 02:31:13 -07:00
Vivian Fang
0a782fce94
Merge pull request #96 from cpacker/cli-overhaul
CLI overhaul
2023-10-23 01:14:53 -07:00
Charles Packer
492b0d182a
Update README.md 2023-10-23 01:13:02 -07:00
Vivian Fang
a84052977e
Update README.md 2023-10-23 01:09:44 -07:00
Vivian Fang
7e58a940d2 update README.md to reflect new cli 2023-10-22 22:48:02 -07:00
Vivian Fang
9e2950c140 remove readline 2023-10-22 22:31:54 -07:00
Charles Packer
849782dd82
Update README.md 2023-10-21 23:08:03 -07:00
Vivian Fang
a96dec5a3d
Update README.md 2023-10-21 15:08:38 -07:00
Charles Packer
aa6136e509 azure support 2023-10-21 14:27:36 -07:00
Vivian Fang
e50220ef9e Revert "azure support"
This reverts commit 07d721e9b5.
2023-10-21 14:21:16 -07:00
Charles Packer
07d721e9b5 azure support 2023-10-21 14:16:11 -07:00
Charles Packer
b30c7836f0
Update README.md 2023-10-20 20:35:50 -07:00
Charles Packer
63d318fd2d
Update README.md 2023-10-20 20:33:39 -07:00
Vivian Fang
e1f25305aa
Update README.md
Add gpt-3.5 documentation
2023-10-20 14:59:02 -07:00
Charles Packer
e067a385b5
Update README.md 2023-10-19 16:29:00 -07:00
Charles Packer
0e555bae1a
Update README.md 2023-10-19 13:04:01 -07:00
Vivian Fang
cf927b4e86 support generating embeddings on the fly 2023-10-18 19:32:46 -07:00