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.
cocoindex.init()
1 parent d42735b commit fda611cCopy full SHA for fda611c
docs/docs/getting_started/quickstart.md
@@ -244,6 +244,9 @@ Now we can add the main logic to the program. It uses the query function we just
244
245
```python title="quickstart.py"
246
if __name__ == "__main__":
247
+ # Initialize CocoIndex library states
248
+ cocoindex.init()
249
+
250
# Initialize the database connection pool.
251
pool = ConnectionPool(os.getenv("COCOINDEX_DATABASE_URL"))
252
# Run queries in a loop to demonstrate the query capabilities.
0 commit comments