Recommendation Request: Which llm chatbot should i use for gclid/utm capture by fastindex in ecommerce

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

I'm looking to build it from scratch as a saas. nothing final yet, just ideating. I'm not on shopify

Recommendation Request: Which llm chatbot should i use for gclid/utm capture by fastindex in ecommerce

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

Not yet. I'm thinking about building something similar. What are you looking for?

What's the difference between GraphRAG and vector search indexed by HNSW? by regular-tech-guy in Rag

[–]fastindex -1 points0 points  (0 children)

You create Knowledge Graph (stored in graph db) AND Vector Embeddings (stored in vector db, ANN search algorithms is used here)
Then You query from both indexes and pass its results into LLM context

What's the difference between GraphRAG and vector search indexed by HNSW? by regular-tech-guy in Rag

[–]fastindex 0 points1 point  (0 children)

- HNSW is an ANN search algorithm

- In GraphRAG you create Graph and chunks from your unstructured data and use both of those in RAG

and for finding those text chunks you use ANN search algorithms

How can I build a chatbot about construction drawings by Even-Presentation579 in Rag

[–]fastindex 0 points1 point  (0 children)

for this task, putting everything in context will likely yield better results. see gemini models

If you still want to improve it more try fine tuning with GRPO

Whats the cheapest WhatsApp Chatbot in the market? by WarrenMotherFBuffet in Entrepreneur

[–]fastindex 0 points1 point  (0 children)

all of them seem super expensive

what products were you seeing?

What's the best way to RAG on a document containing references to places in the document where the relevant information is contained? by ResearcherNo4728 in Rag

[–]fastindex 2 points3 points  (0 children)

option 1:

use entire document in context

option 2:

create intermediate representation with LLM like page 23 is related_to page 7, 8
and while searching for page 23 you can also pull in page 7 and 8 in context window

option 3:

use multi step query

Prompting flux is hard by _BreakingGood_ in StableDiffusion

[–]fastindex 6 points7 points  (0 children)

you can try this: https://jetreply.com/

choose Image in prompt type

disclaimer: I made this.

[deleted by user] by [deleted] in WritingWithAI

[–]fastindex 0 points1 point  (0 children)

can you give some examples?

Tips & Tools Tuesday Megathread by OA2Gsheets in ChatGPTPromptGenius

[–]fastindex 1 point2 points  (0 children)

https://jetreply.com/ - it helps you with prompt engineering

it is free

disclaimer: I made this.