Request: DOI

#27
by SriK007 - opened

Request for access to this model.

I'm trying to use this model in Google Colab for Graph Database (Neo4j) but I'm having this error for the following command.
from langchain_experimental.graph_transformers import LLMGraphTransformer
llm_transformer = LLMGraphTransformer(llm=lcpp_llm)

Error:AttributeError: 'Llama' object has no attribute 'with_structured_output'

Any help in this regard would be appreciated!

Sign up or log in to comment