code100x / daily-code

https://projects.100xdevs.com/
590 stars 724 forks source link

Feat content wide search #440

Closed ShubhamMewara closed 6 days ago

ShubhamMewara commented 1 month ago

PR Fixes: #175

reopen #294 update: Removed Algolia ( keyword search ) Added vector search using:

https://github.com/code100x/daily-code/assets/136337515/ab4fe300-85f3-4cb2-838f-760dcf3d6f9c

Checklist before requesting a review

siinghd commented 1 week ago

@hkirat do we need this? i am not convinced about this

ShubhamMewara commented 1 week ago

@hkirat do we need this? i am not convinced about this

@siinghd He raised issue #175 himself.

ShubhamMewara commented 1 week ago

for now this, Honestly i dont know if we need this much or this advanced search. Current search is not bad tho

@siinghd @hkirat First, I implemented the search with Algolia as Harkirat suggested either Algolia or Elasticsearch. However, since Algolia is not open source and can be expensive, Qdrant is a good open-source alternative that we can host ourselves.

hkirat commented 6 days ago

/bounty $100

hkirat commented 6 days ago

@siinghd

hkirat commented 6 days ago

Updated the bounty to $100

siinghd commented 6 days ago

On it

siinghd commented 6 days ago

@hkirat you will have to update the .env... tested it in local working really good. code looks also good.

merging it, just update the .env and the db stuff