mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Fix url error in README
Misplaced quotes
This commit is contained in:
parent
2e53fbc844
commit
2e2069f720
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
- Run ~M-x semantic-search <user-query>~
|
- Run ~M-x semantic-search <user-query>~
|
||||||
|
|
||||||
- *Semantic Search via API*
|
- *Semantic Search via API*
|
||||||
- Query: ~GET~ [[http://localhost:8000/search?q=%22what%20is%20the%20meaning%20of%20life%22][http://localhost:8000/search?q="What is the meaning of life&t=notes"]]
|
- Query: ~GET~ [[http://localhost:8000/search?q=%22what%20is%20the%20meaning%20of%20life%22][http://localhost:8000/search?q="What is the meaning of life"&t=notes]]
|
||||||
- Regenerate Embeddings: ~GET~ [[http://localhost:8000/regenerate][http://localhost:8000/regenerate?t=image]]
|
- Regenerate Embeddings: ~GET~ [[http://localhost:8000/regenerate][http://localhost:8000/regenerate?t=image]]
|
||||||
- [[http://localhost:8000/docs][Semantic Search API Docs]]
|
- [[http://localhost:8000/docs][Semantic Search API Docs]]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue