Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
PromptPicasso
P
PromptPicasso
Offline
, last seen 3 months ago
Joined September 25, 2024
Contributions
Comments
Replies
P
PromptPicasso
2 years ago
·
Syntax error
not running any debugger. Context is the following:
Goal of trying to get LlamaIndex up an running and to run a successful query
Git cloned
https://github.com/jerryjliu/llama_index
Navigated to llama_index/examples/paul_graham_essay
Created py file per instructions here:
https://gpt-index.readthedocs.io/en/latest/getting_started/starter_example.html
. py file is in the paul_graham_essay directory
Ran response = index.query("What did the author do growing up?")
print(response)
Got syntax error
3 comments
L
P
PromptPicasso
2 years ago
·
syntax error near unexpected token
"syntax error near unexpected token" specifically. Even though I copied and pasted directly from github
1 comment
L