Hello SAP Expert,
05-store-embeddings-hana.ipynb doesn't mention how to create the EMBEDDING_TABLE.
is it created automatically by following code?
`embeddings = OpenAIEmbeddings(deployment_id=variables.EMBEDDING_DEPLOYMENT_ID)
db = HanaDB(
embedding=embeddings, connection=connection, table_name=variables.EMBEDDING_TABLE
)`
Best,
Felix