René's URL Explorer Experiment


Title: Add SQLite Hybrid Search and BM25 for local vector search · Issue #5073 · feast-dev/feast · GitHub

Open Graph Title: Add SQLite Hybrid Search and BM25 for local vector search · Issue #5073 · feast-dev/feast

X Title: Add SQLite Hybrid Search and BM25 for local vector search · Issue #5073 · feast-dev/feast

Description: Is your feature request related to a problem? Please describe. See this example: https://github.com/liamca/sqlite-hybrid-search/tree/main and the sqlite docs: https://www.sqlite.org/fts5.html This should be complemented with the SQLite-v...

Open Graph Description: Is your feature request related to a problem? Please describe. See this example: https://github.com/liamca/sqlite-hybrid-search/tree/main and the sqlite docs: https://www.sqlite.org/fts5.html This ...

X Description: Is your feature request related to a problem? Please describe. See this example: https://github.com/liamca/sqlite-hybrid-search/tree/main and the sqlite docs: https://www.sqlite.org/fts5.html This ...

Opengraph URL: https://github.com/feast-dev/feast/issues/5073

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add SQLite Hybrid Search and BM25 for local vector search","articleBody":"**Is your feature request related to a problem? Please describe.**\nSee this example: https://github.com/liamca/sqlite-hybrid-search/tree/main and the sqlite docs: https://www.sqlite.org/fts5.html\n\nThis should be complemented with the SQLite-vec implementation. \n\n**Describe the solution you'd like**\n```python\ndocument_embeddings = FeatureView(\n    name=\"embedded_documents\",\n    entities=[item, author],\n    schema=[\n        Field(\n            name=\"vector\",\n            dtype=Array(Float32),\n            # Look how easy it is to enable RAG!\n            vector_index=True,\n            vector_search_metric=\"COSINE\",\n        ),\n        Field(name=\"item_id\", dtype=Int64),\n        Field(name=\"author_id\", dtype=String),\n        Field(name=\"created_timestamp\", dtype=UnixTimestamp),\n        Field(name=\"sentence_chunks\", dtype=String),\n        Field(name=\"event_timestamp\", dtype=UnixTimestamp),\n    ],\n    source=rag_documents_source,\n    ttl=timedelta(hours=24),\n)\n```\nSomewhere in the FeatureView we should allow the search to be declared explicitly.\n\nAlso, need to drop the `query_embedding` as a required input in:\n\n```python\nresults = store.retrieve_online_documents_v2(\n    features=[\n        \"document_embeddings:Embeddings\",\n        \"document_embeddings:content\",\n        \"document_embeddings:title\",\n    ],\n    query=query_embedding,\n    query_string=\"(content: 5) OR (title: 1) OR (title: 3)\",\n    top_k=3,\n).to_dict()\nprint(results)\n```\n\n**Describe alternatives you've considered**\nTBD\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.","author":{"url":"https://github.com/franciscojavierarceo","@type":"Person","name":"franciscojavierarceo"},"datePublished":"2025-02-19T17:09:03.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/5073/feast/issues/5073"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:42027d82-f758-ba3e-c9d5-2ea95fc44120
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id93C4:24C017:15BE93:1F329F:696F9795
html-safe-nonce8983adf0fd3fbd1c1c3c9ec4f2cd75f617fd0c16eaf5a81cfb38a701ead02477
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5M0M0OjI0QzAxNzoxNUJFOTM6MUYzMjlGOjY5NkY5Nzk1IiwidmlzaXRvcl9pZCI6Ijg3NTcwOTQzOTg4MDY2OTM3ODEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac88f1ed7fc5acd841511b333e4a7e1fc29b3b64535d9e1f3b8fa34aa6250b62c9
hovercard-subject-tagissue:2863936372
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/feast-dev/feast/5073/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9cfff155f19dabd21bc3e86ee8f8791de4701414885e5b1686ba1e8cb0275b30/feast-dev/feast/issues/5073
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9cfff155f19dabd21bc3e86ee8f8791de4701414885e5b1686ba1e8cb0275b30/feast-dev/feast/issues/5073
og:image:altIs your feature request related to a problem? Please describe. See this example: https://github.com/liamca/sqlite-hybrid-search/tree/main and the sqlite docs: https://www.sqlite.org/fts5.html This ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamefranciscojavierarceo
hostnamegithub.com
expected-hostnamegithub.com
None0ca8d8c65612640b9a1a588b3eed68222ca723ed2d028b18fe81b28936d535eb
turbo-cache-controlno-preview
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release95f60616ce2765d1114fe6da4af405a58c6d26d2
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/issues/5073#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F5073
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F5073
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/issues/5073
Reloadhttps://github.com/feast-dev/feast/issues/5073
Reloadhttps://github.com/feast-dev/feast/issues/5073
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.2k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 6.6k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 176 https://github.com/feast-dev/feast/issues
Pull requests 58 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/feast-dev/feast/security
Please reload this pagehttps://github.com/feast-dev/feast/issues/5073
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
New issuehttps://github.com/login?return_to=https://github.com/feast-dev/feast/issues/5073
New issuehttps://github.com/login?return_to=https://github.com/feast-dev/feast/issues/5073
Add SQLite Hybrid Search and BM25 for local vector searchhttps://github.com/feast-dev/feast/issues/5073#top
kind/featureNew feature or requesthttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Ffeature%22
wontfixThis will not be worked onhttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22wontfix%22
https://github.com/franciscojavierarceo
https://github.com/franciscojavierarceo
franciscojavierarceohttps://github.com/franciscojavierarceo
on Feb 19, 2025https://github.com/feast-dev/feast/issues/5073#issue-2863936372
https://github.com/liamca/sqlite-hybrid-search/tree/mainhttps://github.com/liamca/sqlite-hybrid-search/tree/main
https://www.sqlite.org/fts5.htmlhttps://www.sqlite.org/fts5.html
kind/featureNew feature or requesthttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Ffeature%22
wontfixThis will not be worked onhttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22wontfix%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.