Katie released as Open Source under the Apache License 2.0 using Lucene for full text and vector search by default

2024-01-24 Thread Michael Wechner
Hi Together Yesterday, Katie got released as Open Source under the Apache License 2.0 using Lucene for full text and vector search by default. You can find the code on GitHub https://github.com/wyona/katie-backend A very big thank you to everyone working on Lucene, to make this great search

Re: Azure AI Search uses Apache Lucene for full text search

2024-01-24 Thread Michael Wechner
You can find a working, very simple implementation at https://github.com/wyona/katie-backend/blob/main/src/main/java/com/wyona/katie/handlers/AzureAISearchImpl.java whereas to test it you might to download / install Katie locally https://github.com/wyona/katie-backend I will spend some more ti