get_obj
Function
Obtains the GPTCache object to adapt to open source RAG frameworks such as LangChain. It must be called after initialization.
Prototype
def get_obj()
Return Value
Data Type |
Description |
|---|---|
GPTCache object |
GPTCache object |
Parent topic: MxRAGCache