Skip to content

Commit e9fec8e

Browse files
Update README.md
1 parent 2669e60 commit e9fec8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ You can of course combine all (local, youtube, wikipedia, s3 and gcs) or remove
7777

7878
### Chat Modes
7979

80-
By default,all of the chat modes will be available: vector, graph_vector, graph,fulltext,graph_vector_fulltext,entity_vector and global_vector.
80+
By default,all of the chat modes will be available: vector, graph_vector, graph, fulltext, graph_vector_fulltext , entity_vector and global_vector.
8181
If none of the mode is mentioned in the chat modes variable all modes will be available:
8282
```env
8383
VITE_CHAT_MODES=""
8484
```
8585

8686
If however you want to specify the only vector mode or only graph mode you can do that by specifying the mode in the env:
8787
```env
88-
VITE_CHAT_MODES="vector,graph_vector,"
88+
VITE_CHAT_MODES="vector,graph"
8989
```
9090

9191
#### Running Backend and Frontend separately (dev environment)

0 commit comments

Comments
 (0)