MCPcopy Create free account
hub / github.com/PromtEngineer/localGPT / get_table

Method get_table

rag_system/indexing/embedders.py:14–15  ·  view source on GitHub ↗
(self, table_name: str)

Source from the content-addressed store, hash-verified

12 print(f"LanceDB connection established at: {db_path}")
13
14 def get_table(self, table_name: str):
15 return self.db.open_table(table_name)
16
17 def create_table(self, table_name: str, schema: pa.Schema, mode: str = "overwrite"):
18 print(f"Creating table '{table_name}' with mode '{mode}'...")

Callers 7

multimodal.pyFile · 0.80
indexMethod · 0.80
embedders.pyFile · 0.80
runMethod · 0.80
list_document_titlesMethod · 0.80
retrieveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected