Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhdesai committed Jan 18, 2025
1 parent f140d03 commit 64486da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/module_guides/indexing/llama_cloud_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ project_name = "Essays"
pg_documents = SimpleDirectoryReader("./examples/data/paul_graham").load_data()
pg_index = LlamaCloudIndex.from_documents(
documents=pg_documents,
name=f"PG Index",
name="PG Index",
project_name=project_name,
api_key=llama_cloud_api_key,
)
Expand All @@ -119,7 +119,7 @@ sama_documents = SimpleDirectoryReader(
).load_data()
sama_index = LlamaCloudIndex.from_documents(
documents=sama_documents,
name=f"Sam Index",
name="Sam Index",
project_name=project_name,
api_key=llama_cloud_api_key,
)
Expand Down

0 comments on commit 64486da

Please sign in to comment.