Feature: milvus db integration (#1821)

This commit is contained in:
k10
2024-09-10 22:06:50 +05:30
committed by GitHub
parent 5b9b65c395
commit 3bd49b57cc
9 changed files with 320 additions and 8 deletions

View File

@@ -5,7 +5,6 @@ ADD_MEMORY_TOOL = {
"function": {
"name": "add_memory",
"description": "Add a memory",
"strict": True,
"parameters": {
"type": "object",
"properties": {
@@ -22,7 +21,6 @@ UPDATE_MEMORY_TOOL = {
"function": {
"name": "update_memory",
"description": "Update memory provided ID and data",
"strict": True,
"parameters": {
"type": "object",
"properties": {
@@ -46,7 +44,6 @@ DELETE_MEMORY_TOOL = {
"function": {
"name": "delete_memory",
"description": "Delete memory by memory_id",
"strict": True,
"parameters": {
"type": "object",
"properties": {