# Semantic Search on CSV Files

> Search CSV files by meaning, locally, with one line of Python.

Canonical: https://omna.dev/semantic-search-csv

```python
pl.read_csv("docs.csv").omna.search("renewal cancellation", top_k=5)
```
