From 2e2069f7207bb46d1e9d3f32382dd6956d011b56 Mon Sep 17 00:00:00 2001 From: Albert Davies Date: Thu, 13 Jan 2022 16:28:46 -0800 Subject: [PATCH] Fix url error in README Misplaced quotes --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 8bfeafeb..350e8c46 100644 --- a/README.org +++ b/README.org @@ -38,7 +38,7 @@ - Run ~M-x semantic-search ~ - *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]]