Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only the title of the web page is sent to the LLM. #540

Open
wwjCMP opened this issue Dec 28, 2024 · 4 comments
Open

Only the title of the web page is sent to the LLM. #540

wwjCMP opened this issue Dec 28, 2024 · 4 comments

Comments

@wwjCMP
Copy link

wwjCMP commented Dec 28, 2024

The embedding mode works normally, but only the title of the web page is sent to the LLM.

@asifrahaman13
Copy link
Contributor

@wwjCMP

Hi This is most probably due to the fact that you did not set the searxng URL properly.

In the prompt say

"Say hi". If you get any response that means while other configurations related to LLMs are correct the searxng config is wrong.

@wwjCMP
Copy link
Author

wwjCMP commented Dec 31, 2024

@wwjCMP

Hi This is most probably due to the fact that you did not set the searxng URL properly.

In the prompt say

"Say hi". If you get any response that means while other configurations related to LLMs are correct the searxng config is wrong.

Hi! [1] The current date and time is December 31st, 2024, at 08:19:29 UTC. [1]

[1] Provided context: Current date & time in ISO format (UTC timezone) is: 2024-12-31T08:19:29.532Z.
false

@wwjCMP
Copy link
Author

wwjCMP commented Dec 31, 2024

Example Output

  • Begin with a brief introduction summarizing the event or query topic.
  • Follow with detailed sections under clear headings, covering all aspects of the query if possible.
  • Provide explanations or historical context as needed to enhance understanding.
  • End with a conclusion or overall perspective if relevant.
    <context>
  1. Spin effect in dual-atom catalysts for electrocatalysis Spin effect in dual-atom catalysts for electrocatalysis
  2. Spin catalysis of chemical reactions Spin catalysis of chemical reactions
  3. Spin effects in chemisorption and catalysis Spin effects in chemisorption and catalysis
  4. A spin promotion effect in catalytic ammonia synthesis A spin promotion effect in catalytic ammonia synthesis
  5. Spin effect on oxygen electrocatalysis Spin effect on oxygen electrocatalysis
  6. Spin effects in activation of hydrocarbons: The role of triplet states in catalysis Spin effects in activation of hydrocarbons: The role of triplet states in catalysis
  7. Electron spin catalysis Electron spin catalysis
  8. Spin‐catalysis phenomena Spin‐catalysis phenomena
  9. Modulating the oxygen reduction activity of heteroatom-doped carbon catalysts via the triple effect: charge, spin density and ligand effect Modulating the oxygen reduction activity of heteroatom-doped carbon catalysts via the triple effect: charge, spin density and ligand effect
  10. Regulating the Spin State of FeIII Enhances the Magnetic Effect of the Molecular Catalysis Mechanism Regulating the Spin State of FeIII Enhances the Magnetic Effect of the Molecular Catalysis Mechanism
  11. p-Block metal atom-induced spin state transition of Fe-N-C catalysts for efficient oxygen reduction. p-Block metal atom-induced spin state transition of Fe-N-C catalysts for efficient oxygen reduction.
  12. Spin Crossover and Its Application in Organometallic Catalysis: Concepts and Recent Progress. Spin Crossover and Its Application in Organometallic Catalysis: Concepts and Recent Progress.
  13. Insights into Heterogeneous Catalysis on Surfaces with 3d Transition Metals: Spin-Dependent Chemisorption Models and Magnetic Field Effects Insights into Heterogeneous Catalysis on Surfaces with 3d Transition Metals: Spin-Dependent Chemisorption Models and Magnetic Field Effects
  14. Importance of Catalyst Stability vis-à-vis Hydrogen Peroxide Formation Rates in PEM Fuel Cell Electrodes Importance of Catalyst Stability vis-à-vis Hydrogen Peroxide Formation Rates in PEM Fuel Cell Electrodes
  15. Many-body quantum catalysts for transforming between phases of matter Many-body quantum catalysts for transforming between phases of matter
    </context>
    Current date & time in ISO format (UTC timezone) is: 2024-12-31T13:12:39.389Z.
    user:The role of spin effects in catalysts
    user:The role of spin effects in catalysts

@wwjCMP
Copy link
Author

wwjCMP commented Dec 31, 2024

services:
searxng:
image: docker.io/searxng/searxng:latest
volumes:
- ./searxng:/etc/searxng:rw
ports:
- 4000:8080
networks:
- perplexica-network
restart: unless-stopped

perplexica-backend:
build:
context: .
dockerfile: backend.dockerfile
image: itzcrazykns1337/perplexica-backend:main
environment:
- SEARXNG_API_URL=http://searxng:8080
depends_on:
- searxng
ports:
- 3001:3001
volumes:
- backend-dbstore:/home/perplexica/data
- uploads:/home/perplexica/uploads
- ./config.toml:/home/perplexica/config.toml
extra_hosts:
- 'host.docker.internal:host-gateway'
networks:
- perplexica-network
restart: unless-stopped

perplexica-frontend:
build:
context: .
dockerfile: app.dockerfile
args:
- NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
image: itzcrazykns1337/perplexica-frontend:main
depends_on:
- perplexica-backend
ports:
- 3000:3000
networks:
- perplexica-network
restart: unless-stopped

networks:
perplexica-network:

volumes:
backend-dbstore:
uploads:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants