Find answers from the community

Home
Members
PromptPicasso
P
PromptPicasso
Offline, last seen 3 months ago
Joined September 25, 2024
not running any debugger. Context is the following:
  1. Goal of trying to get LlamaIndex up an running and to run a successful query
  2. Git cloned https://github.com/jerryjliu/llama_index
  3. Navigated to llama_index/examples/paul_graham_essay
  4. 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
  5. Ran response = index.query("What did the author do growing up?")
print(response)
  1. Got syntax error
3 comments
L
"syntax error near unexpected token" specifically. Even though I copied and pasted directly from github
1 comment
L