I hereby claim:
- I am bogdansolga on github.
- I am bogdansolga (https://keybase.io/bogdansolga) on keybase.
- I have a public key whose fingerprint is 4942 66FA 8FD8 6162 DE2B 57D0 9727 E7D1 F587 8CAE
To claim this, I am signing this object:
| defmodule PostgresHybridSearch do | |
| @moduledoc """ | |
| Postgres Hybrid Search | |
| Loosely based on: | |
| - https://github.com/pgvector/pgvector-python/blob/master/examples/hybrid_search_rrf.py | |
| - https://github.com/Azure-Samples/rag-postgres-openai-python/blob/e30ea96ca11ca6578ca38d3428594bd98d704900/src/fastapi_app/postgres_searcher.py#L2 | |
| - https://supabase.com/docs/guides/ai/hybrid-search | |
| - https://github.com/toranb/rag-n-drop/blob/main/lib/demo/section.ex#L30 | |
| """ |
| # You will need to install https://github.com/cpursley/html2markdown | |
| defmodule Webpage do | |
| @moduledoc false | |
| defstruct [:url, :title, :description, :summary, :page_age] | |
| end | |
| defmodule WebSearch do | |
| @moduledoc """ | |
| Web search summarization chain |
I hereby claim:
To claim this, I am signing this object: