Skip to content

Commit

Permalink
Fix typo: "punctutaion" and "programatically"
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-iro committed Jan 11, 2025
1 parent 0fca89a commit ddcf5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/examples/data_connectors/PsychicDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"source": [
"# Get Psychic API key from https://dashboard.psychic.dev/api-keys\n",
"psychic_key = \"PSYCHIC_API_KEY\"\n",
"# Connector ID and Account ID are typically set programatically based on the application state.\n",
"# Connector ID and Account ID are typically set programmatically based on the application state.\n",
"account_id = \"ACCOUNT_ID\"\n",
"connector_id = \"notion\"\n",
"documents = PsychicReader(psychic_key=psychic_key).load_data(\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ index = VectorStoreIndex.from_documents(

You can implement any transformation yourself by implementing the base class.

The following custom transformation will remove any special characters or punctutaion in text.
The following custom transformation will remove any special characters or punctuation in text.

```python
import re
Expand Down

0 comments on commit ddcf5e7

Please sign in to comment.