initial code
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ logging.basicConfig(level=logging.INFO)
|
|
16 |
|
17 |
client = weaviate.connect_to_embedded(
|
18 |
headers={
|
19 |
-
"X-Huggingface-Api-Key": os.environ["
|
20 |
}
|
21 |
)
|
22 |
|
|
|
16 |
|
17 |
client = weaviate.connect_to_embedded(
|
18 |
headers={
|
19 |
+
"X-Huggingface-Api-Key": os.environ["HUGGINGFACE_API_KEY"] # Replace with your inference API key
|
20 |
}
|
21 |
)
|
22 |
|