Michael Peter Christen
7e8a1ef0e2
log file when OOM appears
4 weeks ago
Michael Peter Christen
3c88f87831
jetty upgrade
4 weeks ago
Michael Peter Christen
a8c64b1af2
added an artificial snippet [Synonym Match] in case that there is only a match in the synonyms]
2 months ago
Michael Peter Christen
f57df061da
upgraded commons-io to 2.17.0
2 months ago
Michael Peter Christen
c88c30a5c5
added an option to ViewFile to see all solr fields which contain texts
2 months ago
Michael Peter Christen
6db374fdcf
upgraded metadata-extractor to 2.19.0
3 months ago
Michael Peter Christen
3944984840
added snippet extraction with synonym matching
3 months ago
Michael Peter Christen
d181b9e89b
added deleted files from commit 254f12d60b
which are still needed and had been linked outside of yacy/ui
4 months ago
Michael Peter Christen
910a496c9f
replaced http links with https
4 months ago
Michael Peter Christen
fd45ccf76e
added sponsoring images
4 months ago
Michael Peter Christen
833d720989
upgraded ppt parser by migration of org.apache,poi from 3.17 to 5.3.0
...
This also fixes the security waning
https://github.com/yacy/yacy_search_server/security/dependabot/37
4 months ago
Michael Peter Christen
687820788d
this assert does not work because of the 9_0_0 solr version format.
...
An 9_0 is expected but it does not work this way with this version.
4 months ago
Michael Christen
accf4e424b
Merge pull request #649 from virginOne/master
...
Fix the issue of not being able to import the JSON format
4 months ago
Michael Christen
2f5f3f8853
Merge pull request #650 from zutto/master
...
Fix autocrawler crashing
4 months ago
Michael Christen
326b5f6e6e
Merge pull request #651 from okybaca/removeui
...
removed yacy/ui as obsolete
4 months ago
okybaca
254f12d60b
removed yacy/ui as obsolete
4 months ago
zutto
5268ae2ce9
check the document protocol & host values before proceeding to form final url.
5 months ago
zutto
962aaec0c0
Improve the clarity of deep crawl feature UI text on AutoCrawler
5 months ago
zutto
d958d1c0c4
ensure that returned SolrDocument is not null
5 months ago
virginOne
f3cc818305
Merge branch 'yacy:master' into master
5 months ago
sgaebel
66cf7d4ca5
disables autowarm of filtercache, corrects luceneMatchVersion
5 months ago
Virgo
89c07f0900
Fix the issue of not being able to import the JSON format export of Solr index due to the inconsistency in time format between the exported JSON format and the Solr time format.
5 months ago
Michael Peter Christen
70454654f3
by default open the https url for a given host, not the http url
...
(http does almost not exist any more)
6 months ago
Michael Peter Christen
71a6074cc5
added setting of cache configuration for solr
...
according to recommendation from
https://community.searchlab.eu/t/yacy-support-gpt-chatgpt-assistant/1622
However it is not clear if this configuration actually works (has an
effect at all) or is the solution for performance issues.
6 months ago
Michael Peter Christen
b8479430b6
400 is too small
6 months ago
Michael Peter Christen
5f4ea9ac5d
reduced memory amount for network image
...
reduced also the number of memory allocation for image storage
6 months ago
Michael Peter Christen
fe4c0aa890
refactoring of RAG reverse proxy: extracted code for ollama code to
...
their own classes
6 months ago
Michael Peter Christen
8b65a4d14e
fixed build clean
6 months ago
Michael Peter Christen
f1c70dce33
Merge branch 'master' of github.com:yacy/yacy_search_server
6 months ago
Michael Peter Christen
8eb0d490aa
migrated solr to 9.0
...
This is a major step because solr removed support for embedded solr
instances in 9.0 and we want to keep it because we want to ship
YaCy with an embedded solr. It was necessary to add parts of solr
code into YaCy to make this migration possible. Further on with
Solr 9.1 they removed even more parts which are required for embedded
operation, therefore we cannot migrate yet further without big
changes.
If you are running a YaCy instance with Solr 8.x, the migration should
be done automatically. If not you require to first migrate to a YaCy
version 1.93 with Solr 8.x to migrate to Solr 8 data.
6 months ago
Michael Peter Christen
b8417e5619
removed Mac specific code which is not working any more on recent Macs
6 months ago
Michael Peter Christen
13fbff0bff
Added a RAG Proxy for AI Chat with YaCy
...
RAG (Retrieval Augmented Generation) is a method to combine a search
engine with a LLM (Large Language Model). When a new prompt is
submitted, a search engine injects knowledge from a search into the
content. This is done using a reverse proxy between the Chat Client and
the LLM. In this case, we used the following software:
LLM Backend - Ollama:
https://github.com/ollama/ollama
Install ollama and then load two required LLM models
with the following commands:
ollama pull phi3:3.8b
ollama pull llama3:8b
Chat Client - susi_chat:
https://github.com/susiai/susi_chat
just clone the repository and the open the file
susi_chat/chat_terminal/index.html
in your browser. This displays a chat terminal.
In this terminal, run the following command:
host http://localhost:8090
This sets the LLM backend to your YaCy peer.
Then start YaCy. It will provide the LLM endpoint to the client
while using ollama in the backend. It then injects search results
only from the local Solr index, not from the p2p network (so far).
6 months ago
Michael Peter Christen
59c0cb0f30
fixed aarch64 dockerfile
6 months ago
Michael Christen
0405ec8ad2
Merge pull request #642 from HeliosLHC/reduce_image_size
...
Reduce Docker Image Size
6 months ago
Michael Peter Christen
c2ad1950e8
updated jetty to 9.4.54.v20240208
6 months ago
Michael Peter Christen
b295e38969
fine-tuned the import process of jsonl files which had been missing
...
to actually be able to make searches and browse the index with the host
browser
6 months ago
HeliosLHC
262b23532d
reduce image size
6 months ago
Michael Christen
de941c6fee
Merge pull request #633 from LillySchramm/fix/632/remove-sayat-link
...
fix: Remove SayAt.Me Link
7 months ago
EPS-DEV
160e346d4c
fix: Remove SayAt.Me Link
7 months ago
Michael Christen
656d47c1ac
Merge pull request #628 from frankenstein91/vagrant
...
Vagrant demo
9 months ago
Frank Tornack
9a406d310c
switch user
9 months ago
Frank Tornack
6864486196
add Yacy vagrant
...
untested
9 months ago
Michael Christen
331e0a24fc
Merge pull request #621 from OFA54/patch-1
...
turkish translation tr.lng
11 months ago
Michael Christen
d825a85a01
Merge pull request #619 from pr0vieh/initrecrawl
...
bring defaults for recrawlindex to init config
11 months ago
pr0vieh
35620762ac
bring defaults for recrawlindex to init config
11 months ago
Michael Christen
d097a642c2
Merge pull request #615 from okybaca/logging2
...
Logging unclutter
12 months ago
Michael Christen
6d5e9ff53f
Merge pull request #616 from okybaca/logging3
...
changed the log entry REJECTED to CRAWLER * REJECTED, loglevel fine
12 months ago
Michael Christen
d5d4e8fe3a
Merge pull request #617 from pr0vieh/master
...
Add setting for DHT receive loadprereq insted of hardcoded load < 2.0
12 months ago
pr0vieh
dfb2b79609
Add setting for DHT receive loadprereq insted of hardcoded load < 2.0
12 months ago
okybaca
5dee8dbcbd
changed the log entry REJECTED to CRAWLER * REJECTED, loglevel fine
12 months ago