Show HN: Semantic Search on AWS Docs
github.com
Show HN: Semantic Search on AWS Docs
1–10 of 16 posts
Re: Show HN: Semantic Search on AWS Docs
#2And by demo, I mean they actually ingested the AWS documentation so it is in their best interest to wire this up to docs-staging.aws.amazon.com or some such, with any necessary "this is not supported, it may go away at any time". They're playing with house money, after all
Re: Show HN: Semantic Search on AWS Docs
#3Re: Show HN: Semantic Search on AWS Docs
#4Re: Show HN: Semantic Search on AWS Docs
#5Re: Show HN: Semantic Search on AWS Docs
#6Re: Show HN: Semantic Search on AWS Docs
#7Couple observations: 1) Uses AWS OpenSearch and not any of the more popular VectorDBs du jour (Pinecone, Weviate, Milvus, etc). Never used OpenSearch for ANN. 2) Obviously doesn't support OpenAI or Cohere embedding algos - understandably they want to promote the OSS / HuggingFace 3) The best AWS doc search has been actually ChatGPT (GPT4) specifically, even with the knowledge cutoff.
Re: Show HN: Semantic Search on AWS Docs
#8Couple observations: 1) Uses AWS OpenSearch and not any of the more popular VectorDBs du jour (Pinecone, Weviate, Milvus, etc). Never used OpenSearch for ANN. 2) Obviously doesn't support OpenAI or Cohere embedding algos - understandably they want to promote the OSS / HuggingFace 3) The best AWS doc search has been actually ChatGPT (GPT4) specifically, even with the knowledge cutoff.
I think their strategy is to use a cheap search algorithm to reduce candidate results and use a more expensive network to filter those results. The head end search could be replaced by an embedding-based search with a vector based search engine but it may work well with the conventional search engine.
Re: Show HN: Semantic Search on AWS Docs
#9Re: Show HN: Semantic Search on AWS Docs
#10Why does it use Terraform instead of CDK ?