Ask a question to get started
Enter to sendā¢Shift+Enter new line
Method that adds a new example to the vectorStore. The example is converted to a string and added to the vectorStore as a document.
addExample(example: Example): Promise<void>
example
Example
The example to be added to the vectorStore.