Update max_token and formatting (#2273)
This commit is contained in:
@@ -18,7 +18,7 @@ class EmbeddingBase(ABC):
|
||||
self.config = config
|
||||
|
||||
@abstractmethod
|
||||
def embed(self, text, memory_action:Optional[Literal["add", "search", "update"]]):
|
||||
def embed(self, text, memory_action: Optional[Literal["add", "search", "update"]]):
|
||||
"""
|
||||
Get the embedding for the given text.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user