mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
print statements removed
This commit is contained in:
parent
07e9da19b3
commit
9d630601b9
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ class PineconeIndex(EmbeddingIndex):
|
||||||
scores = []
|
scores = []
|
||||||
for doc in results["matches"]:
|
for doc in results["matches"]:
|
||||||
chunk_json = doc["metadata"]
|
chunk_json = doc["metadata"]
|
||||||
print(f"chunk_json: {chunk_json}")
|
|
||||||
try:
|
try:
|
||||||
chunk = Chunk(**chunk_json)
|
chunk = Chunk(**chunk_json)
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue