Skip to content

Commit

Permalink
update lancedb to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneeHertz committed Aug 18, 2023
1 parent e9f8347 commit 7fb6405
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 deletions.
28 changes: 14 additions & 14 deletions modules/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ const functionInfo = [
"required": ["queryString"],
}
},
// {
// "name": "getHistoricalConversationContent",
// "description": "Searching historical conversation content in conversation history.",
// "parameters": {
// "type": "object",
// "properties": {
// "relatedText": {
// "type": "string",
// "description": "The related text to find historical conversation content",
// },
// },
// "required": ["relatedText"],
// }
// },
{
"name": "getHistoricalConversationContent",
"description": "Searching historical conversation content in conversation history.",
"parameters": {
"type": "object",
"properties": {
"relatedText": {
"type": "string",
"description": "The related text to find historical conversation content",
},
},
"required": ["relatedText"],
}
},
]

const functionAction = {
Expand Down
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"nanoid": "^3.3.6",
"openai": "^4.0.0",
"sound-play": "^1.1.0",
"vectordb": "^0.2.1"
"vectordb": "^0.2.2"
}
}

0 comments on commit 7fb6405

Please sign in to comment.