whyhow-ai / knowledge-table

Knowledge Table is an open-source package designed to simplify extracting and exploring structured data from unstructured documents.
MIT License
196 stars 25 forks source link

feat: Qdrant support #19

Open Anush008 opened 1 week ago

Anush008 commented 1 week ago

Adds factory implementation to pick a vector store.

I see there's been changes to the implementation upstream. I'll update this PR. Done in 5151530 (#19)

I am QA testing right now. 🟢

To run Qdrant

docker run -p 6333:6333 qdrant/qdrant

You'll find the dashboard at http://localhost:6333/dashboard

Anush008 commented 3 days ago

Wow. The repo just got a refactor again. I'm updating my changes.

tomsmoker commented 3 days ago

@Anush008 no need. Your work is good, I'll integrate. Thanks.

Anush008 commented 3 days ago

@Anush008 no need. Your work is good, I'll integrate. Thanks.

I was done already. There they are.

tomsmoker commented 15 hours ago

@Anush008 up to date, Milvus PR merged. Want me to update this one? Won't be much logical change, mostly just formatting.

tomsmoker commented 13 hours ago

@Anush008 done, all passing, just needs a changelog update.