Skip to content

Instantly share code, notes, and snippets.

@chuyqa
chuyqa / PG_Rag_Benchmarks.ipynb
Last active July 2, 2024 23:16
PGVector Local LLM
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import json
import IPython
class NotebookInfo:
def __init__(self):
self.ip = IPython.get_ipython()
self._notebook_path = None
self._notebook_content = None
@property