samschifman / RAG_on_FHIR

Work on using Retrieval-Augmented Generation (RAG) to combine Fast Healthcare Interoperable Resources (FHIR) with Generative AI.
MIT License
75 stars 30 forks source link

error for k is 1 #5

Open Sandy4321 opened 5 months ago

Sandy4321 commented 5 months ago

I get error for k = 1

for FHIR_GRAPHS.ipynb for from langchain_openai import ChatOpenAI

llm = ChatOpenAI(temperature=0, model_name="gpt-4-0125-preview")

image

Sandy4321 commented 5 months ago

but for k=2 no error image