shreyas-vstackai
commited on
Commit
•
a228e7b
1
Parent(s):
a009450
Update README.md
Browse files
README.md
CHANGED
@@ -2353,7 +2353,7 @@ Get your free API key on www.vectorstack.ai
|
|
2353 |
import vectorstackai
|
2354 |
import numpy as np
|
2355 |
api_key = "{API_KEY}" # Get your API key from www.vectorstack.ai
|
2356 |
-
client = vectorstackai.Client(api_key=api_key)
|
2357 |
|
2358 |
# Documents related to law domain (e.g., court cases, consumer contracts, etc.)
|
2359 |
documents = [
|
|
|
2353 |
import vectorstackai
|
2354 |
import numpy as np
|
2355 |
api_key = "{API_KEY}" # Get your API key from www.vectorstack.ai
|
2356 |
+
client = vectorstackai.Client(api_key=api_key, timeout=30)
|
2357 |
|
2358 |
# Documents related to law domain (e.g., court cases, consumer contracts, etc.)
|
2359 |
documents = [
|