Re: (Gen)AI-Support for searching with Solr/Lucene

2024-04-24 Thread Koji Sekiguchi
Hi Walter, Isn't it an application commonly known as RAG https://en.wikipedia.org/wiki/Prompt_engineering#Retrieval-augmented_generation ? -- Koji 2024年4月25日(木) 5:56 : > Hi all, > > is anybody already using AI to support searching with Solr/Lucene? > I just had an interesting demo from a german

Re: [TOKYO Lucene/Solr meetup] ~ How to Integrate Open Source Large Language with Apache Solr (Alessandro) ~

2023-12-01 Thread Koji Sekiguchi
https://meet.google.com/zrf-khvk-ifw 2023年12月1日(金) 17:09 Mikhail Khludnev : > Hi there! > Is it supposed to go right now? I joined via link in event > https://meet.google.com/eob-sjub-ghe, but I'm the only one. > > On Mon, Nov 27, 2023 at 5:01 AM Moriyasu Kannami < > moriyasu.kann...@rondhuit.co

Re: Compiling Apache Solr Resources

2023-05-30 Thread Koji Sekiguchi
Hi Dave, I'd like to give some interesting resources. Please add some of them to your list as you like. - Solr Manual Search (both keyword and semantic search are available) https://demo.rondhuit.com/en/solr-manual - The meetup slide that describes how to develop the above website "Fine-tuning a

Created a Comparison Video between Generative AI Chat and Dense Vector Search

2023-05-17 Thread Koji Sekiguchi
Hello everyone! Have you been having trouble expanding your business with dense vector searches using Lucene/Solr due to the remarkable momentum of ChatGPT recently? In Japan, since the emergence of ChatGPT, many of our clients have been taking a "wait and see" approach to implementing a dense ve

Re: [TOKYO Lucene/Solr meet-up] ~ Neural search: Fine-tuning a Multi-language model & Product retrieval based on online reviews ~

2023-04-25 Thread Koji Sekiguchi
Hi! The meet up will be started in 10 minutes. :) Link: https://meet.google.com/cdh-zuun-uqu Koji 2023年4月24日(月) 23:10 Mingchun Zhao : > > Hi Alessandro, > > Thanks for your kind words and your such a wonderful contribution. > We will do our best to make this Meet-up a success. > > Best regards,

Re: Solr update only if field differs

2022-08-03 Thread Koji Sekiguchi
, the problem I need to solve is how to avoid a second update when there are no changes in the document, in other words to update a document only if one or more fields differs from the stored document. On Tue, Aug 2, 2022 at 6:16 AM Koji Sekiguchi wrote: Hi Vincenzo, I cannot understand what "

Re: Solr update only if field differs

2022-08-01 Thread Koji Sekiguchi
Hi Koji, thanks! It is exactly what I was looking for! On Mon, Aug 1, 2022 at 4:28 AM Koji Sekiguchi wrote: Hi Vincenzo, I think SignatureUpdateProcessor is what you are looking for. https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/update/processor/SignatureUpdateP

Re: Solr update only if field differs

2022-07-31 Thread Koji Sekiguchi
Hi Vincenzo, I think SignatureUpdateProcessor is what you are looking for. https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/update/processor/SignatureUpdateProcessorFactory.java Koji On 2022/07/30 18:41, Vincenzo D'Amore wrote: Hi all, As far as I know it is not po

Solr meet-up "Solr 9" will be held very soon (19:00 PDT, today)

2022-06-20 Thread Koji Sekiguchi
Hi everyone! Today, we, Solr community in Tokyo, will hold an online meet-up at 11:00 JST (19:00 PDT). The topics are new features of Solr 9 and others. 1. Neural Search in Apache Solr Elpidio Gonzalez @RONDHUIT Dense vs. sparse vector representation, Ranking documents in neural search using KN

Re: Solr 8.8.2 Error on Distributed Index Query

2021-05-17 Thread Koji Sekiguchi
Hi Mattt, It sounds interesting use case, but does Solr officially support distributed search among different versions? I don't think so, because I can think of some cases that don't work correctly. - From Solr 8(?), HttpShardHandlerFactory uses http2 that cannot talk to older Solr servers. -

Re: query.queryResultMaxDocCached not editable via overlay

2021-03-25 Thread Koji Sekiguchi
It seems the reference guide has typo for the parameter. Try query.queryResultMaxDocsCached. Koji On 2021/03/25 22:12, Karl Stoney wrote: Hey, https://solr.apache.org/guide/8_8/config-api.html states the field is editable, however I get a 400 back from solr: ‘query.queryResultMaxDocCached'