Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Jul 20, 2024
1 parent 8700c0c commit f567465
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@

## Fix

- Update list of stop words
- Postgresql has stuff like "kein", "keine" in its stop words list
- Customize the list of stop words
- The original stop word list can be found in the container at /usr/share/postgresql/16/tsearch_data
- There are multiple ways to solve that:
- Completely disable stop words: <https://stackoverflow.com/a/2227235/166229>
- Create complete new dictionaries
- Mount manipulated stop word files (<https://github.com/postgres/postgres/tree/master/src/backend/snowball/stopwords>)

## Features

- RAG app
Expand Down

0 comments on commit f567465

Please sign in to comment.