<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3AJetbrains_Tools</id>
	<title>Talk:Jetbrains Tools - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Talk%3AJetbrains_Tools"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Talk:Jetbrains_Tools&amp;action=history"/>
	<updated>2026-09-12T07:33:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Talk:Jetbrains_Tools&amp;diff=34578&amp;oldid=prev</id>
		<title>Gcoakes: /* Native embeddings-server live hang */ new section</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Talk:Jetbrains_Tools&amp;diff=34578&amp;oldid=prev"/>
		<updated>2026-08-30T12:39:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Native embeddings-server live hang: &lt;/span&gt; new section&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Native embeddings-server live hang ==&lt;br /&gt;
&lt;br /&gt;
In GoLand and presumably the other IDEs, anything that performs an embeddings search such as &amp;quot;Search Anywhere&amp;quot; or &amp;quot;AI Chat&amp;quot; will stall for some extended duration (felt like ~1min) before continuing without the semantic search results. It is resolved with the following code block:&lt;br /&gt;
&lt;br /&gt;
```nix&lt;br /&gt;
&lt;br /&gt;
    # Enable the nix-ld packages for JetBrains embeddings-server.&lt;br /&gt;
&lt;br /&gt;
    programs.nix-ld = {&lt;br /&gt;
&lt;br /&gt;
      enable = true;&lt;br /&gt;
&lt;br /&gt;
      libraries = with pkgs; [&lt;br /&gt;
&lt;br /&gt;
        stdenv.cc.cc.lib&lt;br /&gt;
&lt;br /&gt;
        zlib&lt;br /&gt;
&lt;br /&gt;
        glib&lt;br /&gt;
&lt;br /&gt;
        openssl&lt;br /&gt;
&lt;br /&gt;
      ];&lt;br /&gt;
&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Because GoLand appears to download this executable at runtime, it might be pretty difficult to patch properly without nix-ld.&lt;br /&gt;
&lt;br /&gt;
Just figured I would save others the few hours it took for me to fix this. [[User:Gcoakes|Gcoakes]] ([[User talk:Gcoakes|talk]]) 12:39, 30 August 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Gcoakes</name></author>
	</entry>
</feed>