ashutoshchoudhari commited on
Commit
c105e6f
·
1 Parent(s): 9531029

Update README.md to simplify live demo links and enhance clarity

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
19
  This application is a powerful research assistant built with Langchain that can search across multiple knowledge sources including Wikipedia, arXiv, and the web via DuckDuckGo. It leverages Groq's LLM capabilities to provide intelligent, context-aware responses to user queries.
20
 
21
  ## Live Demo
22
- Try the application live at: [https://huggingface.co/spaces/ashutoshchoudhari/Search-Engine-LLM-app](https://huggingface.co/spaces/ashutoshchoudhari/Search-Engine-LLM-app)
23
 
24
  ## Features
25
  - **Multi-source search**: Access information from Wikipedia, arXiv scientific papers, and web results
@@ -168,7 +168,7 @@ HF_TOKEN=your_huggingface_token_here
168
  This project is configured to deploy to Hugging Face Spaces using GitHub Actions. The workflow in `.github/workflows/main.yaml` automatically syncs the repository to Hugging Face when changes are pushed to the main branch.
169
 
170
  ### Live Application
171
- The app is currently deployed and accessible at: [https://huggingface.co/spaces/ashutoshchoudhari/Search-Engine-LLM-app](https://huggingface.co/spaces/ashutoshchoudhari/Search-Engine-LLM-app)
172
 
173
  ### Local Development
174
  For local development, you can use:
 
19
  This application is a powerful research assistant built with Langchain that can search across multiple knowledge sources including Wikipedia, arXiv, and the web via DuckDuckGo. It leverages Groq's LLM capabilities to provide intelligent, context-aware responses to user queries.
20
 
21
  ## Live Demo
22
+ Try the application live at: [Hugging Face Spaces](https://huggingface.co/spaces/ashutoshchoudhari/Search-Engine-LLM-app)
23
 
24
  ## Features
25
  - **Multi-source search**: Access information from Wikipedia, arXiv scientific papers, and web results
 
168
  This project is configured to deploy to Hugging Face Spaces using GitHub Actions. The workflow in `.github/workflows/main.yaml` automatically syncs the repository to Hugging Face when changes are pushed to the main branch.
169
 
170
  ### Live Application
171
+ The app is currently deployed and accessible at: [Hugging Face Spaces](https://huggingface.co/spaces/ashutoshchoudhari/Search-Engine-LLM-app)
172
 
173
  ### Local Development
174
  For local development, you can use: