indhupamula commited on
Commit
ee40c6d
·
verified ·
1 Parent(s): e5dd035

Rename documents to sample.txt

Browse files
Files changed (2) hide show
  1. documents +0 -0
  2. sample.txt +10 -0
documents DELETED
File without changes
sample.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Artificial Intelligence is a field of computer science that focuses on creating intelligent machines.
2
+ Machine learning is a subset of artificial intelligence that allows systems to learn from data.
3
+ Deep learning uses neural networks with multiple layers to solve complex problems.
4
+ Databases are used to store, retrieve, and manage structured data efficiently.
5
+ SQL is a language used to query relational databases.
6
+ Semantic search focuses on understanding the meaning of user queries rather than matching keywords.
7
+ Natural language processing enables computers to understand human language.
8
+ FAISS is a library developed by Facebook for efficient similarity search.
9
+ Embeddings convert text into numerical vectors that capture semantic meaning.
10
+ Cosine similarity is used to measure similarity between text embeddings.