Fix url error in README

Misplaced quotes
This commit is contained in:
Albert Davies 2022-01-13 16:28:46 -08:00 committed by GitHub
parent 2e53fbc844
commit 2e2069f720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@
- Run ~M-x semantic-search <user-query>~
- *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]]
- [[http://localhost:8000/docs][Semantic Search API Docs]]