We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39da483 commit 3cff04aCopy full SHA for 3cff04a
apps/3_call_azure_cosmos_db/vector_database.py
@@ -53,6 +53,7 @@ def get_azure_cosmos_db_no_sql_vector_search():
53
cosmos_database_properties={"id": getenv("AZURE_COSMOS_DB_DATABASE_NAME")},
54
)
55
56
+
57
@app.command()
58
def insert_data(
59
pdf_url: str = "https://arxiv.org/pdf/2303.08774.pdf",
0 commit comments