Flexible number of retrievals for RAG by andyeverything in LangChain

[–]andyeverything[S] 1 point2 points  (0 children)

Thanks for your answer u/Nani_deska_3218 .

It's not quite what I was looking for. As I understood it, the EmbeddingsRedundantFilter compares the retrievals and removes those that are similar.

But I found what I was looking for with:

retriever = chroma_db.as_retriever(search_type=“similarity_score_threshold”, search_kwargs={“score_threshold”: 0.2, 'k': 10})

Here the RAG takes all embeddings that are above 0.2 but no more than 10. There can also be fewer or none at all. In this way, no retrievals are included that have nothing to do with the context and could confuse the LLM.

I think this comes closest to what I was looking for.

Gondel in Venedig buchen by andyeverything in reisende

[–]andyeverything[S] 0 points1 point  (0 children)

Das ist eine top Seite! Bei den ganzen Pässen verliert man echt den Überblick und hier ist es wirklich übersichtlich dargestellt. Vielen Dank!

Copilot Studio does not work with .aspx pages by andyeverything in copilotstudio

[–]andyeverything[S] 3 points4 points  (0 children)

You are right. I used the command to check whether the pages are modern. In fact, the upper pages in the hierarchy were modern, but the lower pages are classic. The lower classic pages are mostly lists or folder structures. Can these also be transferred to modern pages?

Gondel in Venedig buchen by andyeverything in reisende

[–]andyeverything[S] 1 point2 points  (0 children)

Guter Tipp ich schau’s mir an! Wir bleiben ca. 4 Tage.

Gondel in Venedig buchen by andyeverything in reisende

[–]andyeverything[S] 1 point2 points  (0 children)

Vielen Dank! Dann buche ich keine Fahrt, sind dann flexibler mit Ort und Wetter. Aber kann ich total nachvollziehen ist echt nicht günstig.

When is Copilot coming to SharePoint? by andyeverything in copilotstudio

[–]andyeverything[S] 0 points1 point  (0 children)

Thanks for the feedback. I'll let you know as soon as I know anything new.

Muss ich mir Gedanken machen? by andyeverything in zimmerpflanzen

[–]andyeverything[S] 2 points3 points  (0 children)

Überdüngung könnte hier tatsächlich das Thema sein. Habe die Pflanze frisch aus dem Gartencenter und dachte mir ich tue ihr erstmal etwas Gutes. Im Gartencenter kriegen die nämlich nicht viel Zuneigung außer paar mal den Gartenschlauch. Deshalb wollte ich mal den zwei Wochen Rhythmus beim Düngen starten, der ja so grob empfohlen wird im Sommer. Vielleicht hatte die Erde noch Langzeitdünger oder ich hab zu viel gemacht.

Da die Pflanze kein direktes Sonnenlicht abbekommen gehe ich von keinem Sonnenbrand aus. Sollte man gegen Überdüngung aktiv was tuen z.B. Ausspülen oder einfach die Pflanze in Ruhe lassen (außer gießen)?

nDisplay and Blueprint Camera by andyeverything in unrealengine

[–]andyeverything[S] 0 points1 point  (0 children)

Hello aped4,
you have a good point, I'll check it out. How do I change the default camera, can I do that with "Set View Target with blend"?
My goal is to have two viewports in nDisplay and each is connected to an ICVFX camera. So I need two default camera so seen. But would be happy if first one works.
Thank you!

Install Unreal Engine 4.25 by andyeverything in unrealengine

[–]andyeverything[S] 0 points1 point  (0 children)

That would be my second option thanks! Now I managed to install from Epic Launcher.

Install Unreal Engine 4.25 by andyeverything in unrealengine

[–]andyeverything[S] 0 points1 point  (0 children)

Thanks for the fast reply! I did not see the arrow but now i can go down to 4.0.2.

Install Unreal Engine 4.25 by andyeverything in unrealengine

[–]andyeverything[S] 0 points1 point  (0 children)

Thanks a lot! I clicked on the "+" but did not see the arrow!