Skip to content

Commit

Permalink
adding ast and requests module to utility
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksoman committed Dec 4, 2023
1 parent 8570673 commit 7012cb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kg_rag/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
from langchain.text_splitter import RecursiveCharacterTextSplitter
from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM, TextStreamer, GPTQConfig
from kg_rag.config_loader import *
import ast
import requests

memory = Memory("cachegpt", verbose=0)

Expand Down

0 comments on commit 7012cb4

Please sign in to comment.