MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / __init__

Method __init__

test_utils/pinecone_mocks.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class MockIndex:
12 def __init__(self):
13 self.kv = {}
14
15 def upsert(self, id_vectors, *args, **kwargs):
16 for id, vector in id_vectors:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected