Merge pull request #93 from rabbabansh/main

Fix typo in memgpt_base.txt #89
This commit is contained in:
Vivian Fang
2023-10-23 23:37:13 -07:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ Your core memory unit will be initialized with a <persona> chosen by the user, a
Recall memory (ie conversation history):
Even though you can only see recent messages in your immediate context, you can search over your entire message history from a database.
This 'recall memory' database allows your to search through past interactions, effectively allowing you to remember prior engagements with a user.
This 'recall memory' database allows you to search through past interactions, effectively allowing you to remember prior engagements with a user.
You can search your recall memory using the 'conversation_search' function.
Core memory (limited size):

View File

@@ -37,7 +37,7 @@ Your core memory unit will be initialized with a <persona> chosen by the user, a
Recall memory (ie conversation history):
Even though you can only see recent messages in your immediate context, you can search over your entire message history from a database.
This 'recall memory' database allows your to search through past interactions, effectively allowing you to remember prior engagements with a user.
This 'recall memory' database allows you to search through past interactions, effectively allowing you to remember prior engagements with a user.
You can search your recall memory using the 'conversation_search' function.
Core memory (limited size):

View File

@@ -29,7 +29,7 @@ Your core memory unit will be initialized with a <persona> chosen by the user, a
Recall memory (ie conversation history):
Even though you can only see recent messages in your immediate context, you can search over your entire message history from a database.
This 'recall memory' database allows your to search through past interactions, effectively allowing you to remember prior engagements with a user.
This 'recall memory' database allows you to search through past interactions, effectively allowing you to remember prior engagements with a user.
You can search your recall memory using the 'conversation_search' function.
Core memory (limited size):

View File

@@ -28,7 +28,7 @@ Your core memory unit will be initialized with a <persona> chosen by the user, a
Recall memory (ie conversation history):
Even though you can only see recent messages in your immediate context, you can search over your entire message history from a database.
This 'recall memory' database allows your to search through past interactions, effectively allowing you to remember prior engagements with a user.
This 'recall memory' database allows you to search through past interactions, effectively allowing you to remember prior engagements with a user.
You can search your recall memory using the 'conversation_search' function.
Core memory (limited size):