Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: >-
| Doc | Purpose |
|-----|---------|
| [project-summary.md](../../project-summary.md) | Full technical reference |
| [how-to.md](../../how-to.md) | End-user guide |
| [how-to.md](../../../how-to.md) | End-user guide |
| [contribution.md](../../contribution.md) | Contributor guide |

## Specialized skills
Expand Down
2 changes: 1 addition & 1 deletion sdks/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ npm test

## License

[BSD 2-Clause License](./sdk/LICENSE.txt)
[BSD 2-Clause License](./sdk/LICENSE)
2 changes: 0 additions & 2 deletions sdks/javascript/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ const results = await mossClient.query("my-docs", "running shoes", {
});
```

For a complete runnable example, see [`samples/metadata-filtering.ts`](./samples/metadata-filtering.ts).

## 📄 License

This package is licensed under the [BSD 2-Clause License](./LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ results = await client.query(
)
```

For a complete runnable example, see [`examples/python/metadata_filtering.py`](../../examples/python/metadata_filtering.py).
For a complete runnable example, see [`examples/python/metadata_filtering.py`](../../../examples/python/metadata_filtering.py).

## 🧠 Providing custom embeddings

Expand Down
Loading